Package com.stytch.sdk.ui.b2c.data
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
-
-
Constructor Summary
Constructors Constructor Description GoogleOAuthOptions(String clientId)GoogleOAuthOptions()
-
Method Summary
Modifier and Type Method Description final StringgetClientId()the client ID you used to configure Google OAuth -
-
Constructor Detail
-
GoogleOAuthOptions
GoogleOAuthOptions(String clientId)
-
GoogleOAuthOptions
GoogleOAuthOptions()
-
-
Method Detail
-
getClientId
final String getClientId()
the client ID you used to configure Google OAuth
-
-
-
-