@aws-amplify/core
Version:
Core category of aws-amplify
10 lines (9 loc) • 507 B
TypeScript
import { AssertionFunction } from '../../../types';
export declare enum AuthConfigurationErrorCode {
AuthTokenConfigException = "AuthTokenConfigException",
AuthUserPoolAndIdentityPoolException = "AuthUserPoolAndIdentityPoolException",
AuthUserPoolException = "AuthUserPoolException",
InvalidIdentityPoolIdException = "InvalidIdentityPoolIdException",
OAuthNotConfigureException = "OAuthNotConfigureException"
}
export declare const assert: AssertionFunction<AuthConfigurationErrorCode>;