Get Authorization Server Result
constructor(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)