public final class SignInStateConverter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.amplifyframework.auth.result.step.AuthSignInStep |
getAuthSignInStep(com.amazonaws.mobile.client.results.SignInState fromState)
Take an old AWSMobileClient SignInState and convert it to the proper corresponding value in Amplify Auth.
|
public static com.amplifyframework.auth.result.step.AuthSignInStep getAuthSignInStep(com.amazonaws.mobile.client.results.SignInState fromState)
throws com.amplifyframework.auth.AuthException
fromState - the AWSMobileClient state to convert fromcom.amplifyframework.auth.AuthException - Thrown if the AWSMobileClient state is not supported in Amplify Auth