ConfigStore
IConfigStorage
IConfigStorageexport interface IConfigStorage {
getConfig(id: string): Promise<VerificationConfig>
setConfig(id: string, config: VerificationConfig): Promise<boolean>
getActionId(userIdentifier: string, data: string): Promise<string>
}Methods
DefaultConfigStore
Example
InMemoryConfigStore
Example
Custom Implementations
Integration with Frontend
Summary
Last updated