GlobalJSONContainerStorage
@authgear/web › GlobalJSONContainerStorage
Hierarchy
- GlobalJSONContainerStorage
Implements
Index
Constructors
Methods
- delAnonymousKeyID
- delBiometricKeyID
- delOIDCCodeVerifier
- delRefreshToken
- getAnonymousKeyID
- getBiometricKeyID
- getOIDCCodeVerifier
- getRefreshToken
- setAnonymousKeyID
- setBiometricKeyID
- setOIDCCodeVerifier
- setRefreshToken
Constructors
constructor
+ new GlobalJSONContainerStorage(driver: StorageDriver): GlobalJSONContainerStorage
Parameters:
| Name | Type |
|---|---|
driver | StorageDriver |
Returns: GlobalJSONContainerStorage
Methods
delAnonymousKeyID
▸ delAnonymousKeyID(namespace: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹void›
delBiometricKeyID
▸ delBiometricKeyID(namespace: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹void›
delOIDCCodeVerifier
▸ delOIDCCodeVerifier(namespace: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹void›
delRefreshToken
▸ delRefreshToken(namespace: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹void›
getAnonymousKeyID
▸ getAnonymousKeyID(namespace: string): Promise‹string | null›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹string | null›
getBiometricKeyID
▸ getBiometricKeyID(namespace: string): Promise‹string | null›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹string | null›
getOIDCCodeVerifier
▸ getOIDCCodeVerifier(namespace: string): Promise‹string | null›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹string | null›
getRefreshToken
▸ getRefreshToken(namespace: string): Promise‹string | null›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
Returns: Promise‹string | null›
setAnonymousKeyID
▸ setAnonymousKeyID(namespace: string, kid: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
kid | string |
Returns: Promise‹void›
setBiometricKeyID
▸ setBiometricKeyID(namespace: string, kid: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
kid | string |
Returns: Promise‹void›
setOIDCCodeVerifier
▸ setOIDCCodeVerifier(namespace: string, code: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
code | string |
Returns: Promise‹void›
setRefreshToken
▸ setRefreshToken(namespace: string, refreshToken: string): Promise‹void›
Implementation of ContainerStorage
Parameters:
| Name | Type |
|---|---|
namespace | string |
refreshToken | string |
Returns: Promise‹void›