@aws-amplify/auth
Version:
Auth category of aws-amplify
13 lines (12 loc) • 903 B
TypeScript
import { AuthError } from './AuthError';
export declare const USER_UNAUTHENTICATED_EXCEPTION = "UserUnAuthenticatedException";
export declare const USER_ALREADY_AUTHENTICATED_EXCEPTION = "UserAlreadyAuthenticatedException";
export declare const DEVICE_METADATA_NOT_FOUND_EXCEPTION = "DeviceMetadataNotFoundException";
export declare const AUTO_SIGN_IN_EXCEPTION = "AutoSignInException";
export declare const INVALID_REDIRECT_EXCEPTION = "InvalidRedirectException";
export declare const invalidRedirectException: AuthError;
export declare const INVALID_ORIGIN_EXCEPTION = "InvalidOriginException";
export declare const invalidOriginException: AuthError;
export declare const OAUTH_SIGNOUT_EXCEPTION = "OAuthSignOutException";
export declare const TOKEN_REFRESH_EXCEPTION = "TokenRefreshException";
export declare const UNEXPECTED_SIGN_IN_INTERRUPTION_EXCEPTION = "UnexpectedSignInInterruptionException";