Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
The subset of a .well-known/openid-configuration we act on.
Properties
| Property | Type |
|---|---|
authorization_endpoint | string |
token_endpoint | string |
scopes_supported | string[] |
grant_types_supported | string[] |
code_challenge_methods_supported | string[] |
response_types_supported | string[] |
Was this page helpful?