Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
Properties
| Property | Type |
|---|---|
scheme | OAuth2Scheme |
clientId | string |
redirectUri | string |
scopes | string[] |
state | string |
pkce | PkcePair |
extraParams | Record<string, string> |
Was this page helpful?