OAuth

data class OAuth(description: String?, flows: OAuth.Flows) : SecuritySchema

Types

Link copied to clipboard
data class Flows(implicit: OAuth.Flows.Implicit?, authorizationCode: OAuth.Flows.AuthorizationCode?, password: OAuth.Flows.Password?, clientCredentials: OAuth.Flows.ClientCredential?)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val flows: OAuth.Flows
Link copied to clipboard
val type: String