Called from the account management service when the user has cancelled an auto OAuth authorization process. Implementations should use this to cancel any polling process and call the end OAuth method.
Clears sensitive information for an account. To be called when account is removed
Key that uniquely identifies the account to clear
Clears token cache
Generates a security token for the provided account
The account to generate a security token for
The resource to get the token for
Promise to return a security token object
Prompts the user to enter account information. Returns an error if the user canceled the operation.
Refreshes a stale account. Returns an error if the user canceled the operation. Otherwise, returns a new updated account instance.
An account.
Generated using TypeDoc
Represents a provider of accounts for use with the account management service