SignInOptions: AuthServiceOptions & {
    authFlowType?: AuthFlowType;
    clientMetadata?: ClientMetadata;
    preferredChallenge?: AuthFactorType;
}

Options specific to Cognito Sign In.

Type declaration