OAuth2Flows
data class OAuth2Flows(val implicit: OAuth2Flow? = null, val password: OAuth2Flow? = null, val clientCredentials: OAuth2Flow? = null, val authorizationCode: OAuth2Flow? = null)(source)
OAuth2 flow configurations.
Constructors
Link copied to clipboard
constructor(implicit: OAuth2Flow? = null, password: OAuth2Flow? = null, clientCredentials: OAuth2Flow? = null, authorizationCode: OAuth2Flow? = null)