OAuthFlows

data class OAuthFlows(val implicit: OAuthFlow? = null, val password: OAuthFlow? = null, val clientCredentials: OAuthFlow? = null, val authorizationCode: OAuthFlow? = null, val extensions: ExtensionProperties? = null) : Extensible(source)

Allows configuration of the supported OAuth Flows.

Report a problem

Constructors

Link copied to clipboard
constructor(implicit: OAuthFlow? = null, password: OAuthFlow? = null, clientCredentials: OAuthFlow? = null, authorizationCode: OAuthFlow? = null, extensions: ExtensionProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for the OAuth Authorization Code flow.

Link copied to clipboard

Configuration for the OAuth Client Credentials flow.

Link copied to clipboard
open override val extensions: ExtensionProperties?

Specification-extensions for this object (keys must start with x-).

Link copied to clipboard

Configuration for the OAuth Implicit flow.

Link copied to clipboard

Configuration for the OAuth Resource Owner Password flow.