OAuth
The OAuth interface provides methods for authenticating a user via a native Google OneTap prompt or any of the supported third-party OAuth providers, provided you have configured them within your Stytch Dashboard.
Types
Link copied to clipboard
Provides start, authenticate, and signOut methods for native Google One Tap authentication
Link copied to clipboard
Provides a method for starting Third Party OAuth authentications
Functions
Link copied to clipboard
abstract suspend fun authenticate(parameters: OAuth.ThirdParty.AuthenticateParameters): OAuthAuthenticatedResponse
Content copied to clipboard
abstract fun authenticate(parameters: OAuth.ThirdParty.AuthenticateParameters, callback: (OAuthAuthenticatedResponse) -> Unit)
Content copied to clipboard
Authenticate a ThirdParty OAuth flow