Type Alias: PatreonTokenFetchOptions<IsAsync>
PatreonTokenFetchOptions<
IsAsync> =PatreonFetchOptions<Oauth2StoredToken, {isCreatorToken?:boolean;key?:string; },IsAsync>
Defined in: rest/v2/oauth2/store.ts:31
Type Parameters
| Type Parameter | Default type |
|---|---|
IsAsync extends boolean | true |
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