Cognito Auth UI
AuthUI implementation that uses Cognito Auth UI.
Parameters
config
configuration parameters.
context
Android app context.
Properties
Functions
Link copied to clipboard
open override fun presentFederatedSignInUI(activity: Activity, callback: (FederatedSignInResult) -> Unit)
Presents the sign in UI for federated sign in using an external identity provider.
Link copied to clipboard
Presents the sign out UI for federated sign in using an external identity provider.
Link copied to clipboard
open override fun processFederatedSignInTokens(data: Uri, callback: (FederatedSignInResult) -> Unit)
Processes tokens from federated sign in via Android intent data pointed to by the specified URL. The tokens are passed to the app via a redirect URL with custom scheme mapped to the app.