Delete a stored secret value by its key.
Retrieve a stored secret value by its key. The implementation should return undefined if no value is found for the key.
Store a secret value with the specified key. Encryption or other security measures are the responsibility of the implementation.
The contract for a storage implementation that can be used to store oauth access tokens.