Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
Properties
| Property | Type |
|---|---|
tokenUrl | string |
code | string |
codeVerifier | string |
clientId | string |
redirectUri | string |
schemeId | string |
requestedScopes | string[] |
fetchImpl | typeof fetch |
now | number |
Was this page helpful?