Kind: Function
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts
Every OAuth2 / OpenID Connect scheme the spec declares, resolved to a runnable flow.
Signature
tsfunction readOAuth2Schemes(spec: SpecLike | undefined): OAuth2Scheme[]
Parameters
| Name | Type |
|---|---|
spec | `SpecLike |
Returns: OAuth2Scheme[]
Was this page helpful?