Module tdlight.api

Class TdApi.EmailAddressAuthenticationAppleId

Enclosing class:
TdApi

public static final class TdApi.EmailAddressAuthenticationAppleId extends TdApi.EmailAddressAuthentication
An authentication token received through Apple ID.
  • Field Details

  • Constructor Details

    • EmailAddressAuthenticationAppleId

      public EmailAddressAuthenticationAppleId()
      An authentication token received through Apple ID.
    • EmailAddressAuthenticationAppleId

      public EmailAddressAuthenticationAppleId(String token)
      An authentication token received through Apple ID.
      Parameters:
      token - String The token.
    • EmailAddressAuthenticationAppleId

      public EmailAddressAuthenticationAppleId(DataInput input) throws IOException
      An authentication token received through Apple ID.
      Throws:
      IOException
  • Method Details