OAuth
data class OAuth(description: String?, flows: OAuth.Flows) : SecuritySchema
Content copied to clipboard
Types
Link copied to clipboard
data class Flows(implicit: OAuth.Flows.Implicit?, authorizationCode: OAuth.Flows.AuthorizationCode?, password: OAuth.Flows.Password?, clientCredentials: OAuth.Flows.ClientCredential?)
Content copied to clipboard