1 | export { Hub } from './Hub';
|
2 | export { HubCapsule, HubCallback, HubPayload } from './Hub/types';
|
3 | export { TokenProvider, AuthTokens, FetchAuthSessionOptions, AuthSession, CredentialsAndIdentityIdProvider, CredentialsAndIdentityId, Identity, OAuthConfig, CognitoUserPoolConfig, JWT, } from './singleton/Auth/types';
|
4 | export { decodeJWT } from './singleton/Auth/utils';
|
5 | export { AuthConfig, AuthUserPoolConfig, AuthUserPoolAndIdentityPoolConfig, APIConfig, PredictionsConfig, StorageAccessLevel, StorageConfig, GetCredentialsOptions, ResourcesConfig, LibraryOptions, AnalyticsConfig, GeoConfig, } from './singleton/types';
|
6 | export { Amplify, fetchAuthSession, AmplifyClass as AmplifyClassV6, clearCredentials, } from './singleton';
|
7 | export { getCredentialsForIdentity, getId, GetCredentialsForIdentityInput, GetCredentialsForIdentityOutput, } from './awsClients/cognitoIdentity';
|
8 | export { UserProfile } from './types';
|
9 | export { CookieStorage, defaultStorage, sessionStorage, syncSessionStorage, sharedInMemoryStorage, } from './storage';
|
10 | export { KeyValueStorageInterface } from './types';
|
11 | export { Cache } from './Cache';
|
12 | export { CacheConfig } from './Cache/types';
|
13 | export { I18n } from './I18n';
|
14 | export { ConsoleLogger } from './Logger';
|
15 | export { ServiceWorker } from './ServiceWorker';
|