Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / RevokeOAuthTokenArgs
Interface: RevokeOAuthTokenArgs
Defined in: packages/security/src/oauth/refresh.ts:111
Internal arguments for the revoke helper.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
metadata | readonly | DiscoveredMetadata | packages/security/src/oauth/refresh.ts:113 |
registration | readonly | OAuthRegistration | packages/security/src/oauth/refresh.ts:114 |
serverId | readonly | string | packages/security/src/oauth/refresh.ts:112 |
signal? | readonly | AbortSignal | packages/security/src/oauth/refresh.ts:117 |
token | readonly | SecretValue | packages/security/src/oauth/refresh.ts:115 |
tokenTypeHint? | readonly | "access_token" | "refresh_token" | packages/security/src/oauth/refresh.ts:116 |