GetAuthorizationServerResult

constructor(authorizationEndpoint: String, authorizationMethods: List<String>? = null, azureApiVersion: String, 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)