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.
Constructors
Link copied to clipboard
constructor(implicit: OAuthFlow? = null, password: OAuthFlow? = null, clientCredentials: OAuthFlow? = null, authorizationCode: OAuthFlow? = null, extensions: ExtensionProperties? = null)