interface AuthSignInOutput<UserAttributeKey> {
    isSignedIn: boolean;
    nextStep: AuthNextSignInStep<UserAttributeKey>;
}

Type Parameters

Properties

Properties

isSignedIn: boolean