Flows
data class Flows(implicit: OAuth.Flows.Implicit?, authorizationCode: OAuth.Flows.AuthorizationCode?, password: OAuth.Flows.Password?, clientCredentials: OAuth.Flows.ClientCredential?)
Content copied to clipboard
Types
Link copied to clipboard
data class AuthorizationCode(authorizationUrl: String, tokenUrl: String?, refreshUrl: String?, scopes: Map<String, String>) : OAuth.Flows.Flow
Content copied to clipboard
Link copied to clipboard
data class ClientCredential(tokenUrl: String?, refreshUrl: String?, scopes: Map<String, String>) : OAuth.Flows.Flow
Content copied to clipboard