Class GoogleOAuthOptions

  • All Implemented Interfaces:
    android.os.Parcelable

    @JsonClass(generateAdapter = true) 
    public final class GoogleOAuthOptions
     implements Parcelable
                        

    A data class that represents the configuration for Google OAuth

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String clientId
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getClientId() the client ID you used to configure Google OAuth
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoogleOAuthOptions

        GoogleOAuthOptions(String clientId)
      • GoogleOAuthOptions

        GoogleOAuthOptions()
    • Method Detail

      • getClientId

         final String getClientId()

        the client ID you used to configure Google OAuth