api-morph / OAuthFlowsObject
Interface: OAuthFlowsObject
Defined in: src/types/openapi.ts:1201
Allows configuration of the supported OAuth Flows.
See
https://spec.openapis.org/oas/v3.1.1#oauth-flows-object
Indexable
[key
: `x-${string}`
]: any
This object MAY be extended with Specification Extensions.
Properties
authorizationCode?
optional
authorizationCode:OAuthFlowObject
Defined in: src/types/openapi.ts:1220
Configuration for the OAuth Authorization Code flow. Previously called accessCode
in OpenAPI 2.0.
clientCredentials?
optional
clientCredentials:OAuthFlowObject
Defined in: src/types/openapi.ts:1215
Configuration for the OAuth Client Credentials flow. Previously called application
in OpenAPI 2.0.
implicit?
optional
implicit:OAuthFlowObject
Defined in: src/types/openapi.ts:1205
Configuration for the OAuth Implicit flow
password?
optional
password:OAuthFlowObject
Defined in: src/types/openapi.ts:1210
Configuration for the OAuth Resource Owner Password flow