CredentialStorage.(constructor)
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates an instance of CredentialStorage.
Signature:
constructor(_dataSource: IDataSource<W3CCredential>);
Parameters
Parameter | Type | Description |
---|---|---|
_dataSource | IDataSource<W3CCredential> | W3CCredential credential KV data source |