AuthorizationServerArgs

constructor(authorizationEndpoint: Output<String>? = null, authorizationMethods: Output<List<AuthorizationMethod>>? = null, authsid: Output<String>? = null, bearerTokenSendingMethods: Output<List<Either<String, BearerTokenSendingMethod>>>? = null, clientAuthenticationMethod: Output<List<Either<String, ClientAuthenticationMethod>>>? = null, clientId: Output<String>? = null, clientRegistrationEndpoint: Output<String>? = null, clientSecret: Output<String>? = null, defaultScope: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, grantTypes: Output<List<Either<String, GrantType>>>? = null, resourceGroupName: Output<String>? = null, resourceOwnerPassword: Output<String>? = null, resourceOwnerUsername: Output<String>? = null, serviceName: Output<String>? = null, supportState: Output<Boolean>? = null, tokenBodyParameters: Output<List<TokenBodyParameterContractArgs>>? = null, tokenEndpoint: Output<String>? = null, useInApiDocumentation: Output<Boolean>? = null, useInTestConsole: Output<Boolean>? = null)