Module tdlight.api

Class TdApi.EmailAddressAuthenticationGoogleId

Enclosing class:
TdApi

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

  • Constructor Details

    • EmailAddressAuthenticationGoogleId

      public EmailAddressAuthenticationGoogleId()
      An authentication token received through Google ID.
    • EmailAddressAuthenticationGoogleId

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

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