Get Authorization Server Result
data class GetAuthorizationServerResult(val authorizationEndpoint: String, val authorizationMethods: List<String>? = null, val bearerTokenSendingMethods: List<String>? = null, val clientAuthenticationMethod: List<String>? = null, val clientId: String, val clientRegistrationEndpoint: String, val clientSecret: String? = null, val defaultScope: String? = null, val description: String? = null, val displayName: String, val grantTypes: List<String>, val id: String, val name: String, val resourceOwnerPassword: String? = null, val resourceOwnerUsername: String? = null, val supportState: Boolean? = null, val tokenBodyParameters: List<TokenBodyParameterContractResponse>? = null, val tokenEndpoint: String? = null, val type: String, val useInApiDocumentation: Boolean? = null, val useInTestConsole: Boolean? = null)
External OAuth authorization server settings.
Constructors
Link copied to clipboard
fun GetAuthorizationServerResult(authorizationEndpoint: String, authorizationMethods: List<String>? = null, bearerTokenSendingMethods: List<String>? = null, clientAuthenticationMethod: List<String>? = null, clientId: String, clientRegistrationEndpoint: String, clientSecret: String? = null, defaultScope: String? = null, description: String? = null, displayName: String, grantTypes: List<String>, id: String, name: String, resourceOwnerPassword: String? = null, resourceOwnerUsername: String? = null, supportState: Boolean? = null, tokenBodyParameters: List<TokenBodyParameterContractResponse>? = null, tokenEndpoint: String? = null, type: String, useInApiDocumentation: Boolean? = null, useInTestConsole: Boolean? = null)
Types
Properties
Link copied to clipboard