UNPKG

@aws-amplify/core

Version:
10 lines (9 loc) 507 B
import { AssertionFunction } from '../../../types'; export declare enum AuthConfigurationErrorCode { AuthTokenConfigException = "AuthTokenConfigException", AuthUserPoolAndIdentityPoolException = "AuthUserPoolAndIdentityPoolException", AuthUserPoolException = "AuthUserPoolException", InvalidIdentityPoolIdException = "InvalidIdentityPoolIdException", OAuthNotConfigureException = "OAuthNotConfigureException" } export declare const assert: AssertionFunction<AuthConfigurationErrorCode>;