| Package | Description |
|---|---|
| com.amazonaws.mobile.client |
| Modifier and Type | Method and Description |
|---|---|
FederatedSignInOptions |
FederatedSignInOptions.Builder.build()
Finalize the Builder and the options object will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
UserStateDetails |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
FederatedSignInOptions options)
Federate tokens from custom identity providers by providing the
logins key and token
|
void |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
FederatedSignInOptions options,
Callback<UserStateDetails> callback)
Federate tokens from custom identity providers by providing the
logins key and token
|
Copyright © 2020. All rights reserved.