Package com.stytch.sdk.common.errors
Class UnexpectedCredentialType
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnexpectedCredentialType extends StytchSDKError
Thrown when we receive an unexpected token type from Sign In With Google
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcredentialType
-
Constructor Summary
Constructors Constructor Description UnexpectedCredentialType(String credentialType)
-
Method Summary
Modifier and Type Method Description final StringgetCredentialType()the type of credential that Google Credential Manager returned -
-
Constructor Detail
-
UnexpectedCredentialType
UnexpectedCredentialType(String credentialType)
-
-
Method Detail
-
getCredentialType
final String getCredentialType()
the type of credential that Google Credential Manager returned
-
-
-
-