Interface: PatreonStoreKVStorage
Defined in: rest/v2/oauth2/store.ts:81
Deprecated
Use the CacheTokenStore class to store and fetch any tokens. See the documentation for an example: https://patreon-api.pages.dev/guide/features/oauth#creator
Properties
| Property | Type |
|---|---|
delete? | (key) => Promise<void> |
get | (key) => Promise<null | string> |
list? | (options) => Promise<never[]> |
put | (key, value) => Promise<void> |