IAccountStore Type
Store for user account authentication and lookup.
Instance members
| Instance member |
Description
|
Full Usage:
this.Authenticate
Parameters:
LoginCredentials
Returns: Task<Result<AccountInfo, string>>
Modifiers: abstract |
|
Full Usage:
this.GetAccount
Parameters:
Did
Returns: Task<AccountInfo option>
Modifiers: abstract |
|