Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / RefreshAccessTokenArgs
Interface: RefreshAccessTokenArgs
Defined in: packages/security/src/oauth/refresh.ts:20
Internal arguments for the refresh helper.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
metadata | readonly | DiscoveredMetadata | packages/security/src/oauth/refresh.ts:22 |
refreshToken | readonly | SecretValue | packages/security/src/oauth/refresh.ts:24 |
registration | readonly | OAuthRegistration | packages/security/src/oauth/refresh.ts:23 |
scope? | readonly | string | packages/security/src/oauth/refresh.ts:25 |
serverId | readonly | string | packages/security/src/oauth/refresh.ts:21 |
signal? | readonly | AbortSignal | packages/security/src/oauth/refresh.ts:26 |