Class: CredentialsStorage
Types.CredentialsStorage
Hierarchy
↳
CredentialsStorage
Constructors
constructor
• new CredentialsStorage(store
)
Parameters
Name | Type |
---|---|
store | CrossDomainStorage |
Inherited from
CredentialsStorageBase.constructor
Methods
add
▸ add(credId
): Promise
<void
>
Parameters
Name | Type |
---|---|
credId | string |
Returns
Promise
<void
>
getAll
▸ getAll(): Promise
<string
[]>
Returns
Promise
<string
[]>