Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
aws-amplify
auth/cognito
<Reference Types>
IdentityIdStore
Interface IdentityIdStore
interface
IdentityIdStore
{
clearIdentityId
(
)
:
Promise
<
void
>
;
loadIdentityId
(
)
:
Promise
<
null
|
Identity
>
;
setAuthConfig
(
authConfigParam
)
:
void
;
storeIdentityId
(
identity
)
:
Promise
<
void
>
;
}
Implemented by
DefaultIdentityIdStore
Index
Methods
clear
Identity
Id
load
Identity
Id
set
Auth
Config
store
Identity
Id
Methods
clear
Identity
Id
clear
Identity
Id
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
load
Identity
Id
load
Identity
Id
(
)
:
Promise
<
null
|
Identity
>
Returns
Promise
<
null
|
Identity
>
set
Auth
Config
set
Auth
Config
(
authConfigParam
)
:
void
Parameters
authConfigParam
:
AuthConfig
Returns
void
store
Identity
Id
store
Identity
Id
(
identity
)
:
Promise
<
void
>
Parameters
identity
:
Identity
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
clear
Identity
Id
load
Identity
Id
set
Auth
Config
store
Identity
Id
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter