Authorization Server Args Builder
Builder for AuthorizationServerArgs.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun bearerTokenSendingMethods(value: Output<List<Either<String, BearerTokenSendingMethod>>>)
suspend fun bearerTokenSendingMethods(vararg values: Output<Either<String, BearerTokenSendingMethod>>)
suspend fun bearerTokenSendingMethods(values: List<Output<Either<String, BearerTokenSendingMethod>>>)
Link copied to clipboard
suspend fun clientAuthenticationMethod(value: Output<List<Either<String, ClientAuthenticationMethod>>>)
suspend fun clientAuthenticationMethod(vararg values: Output<Either<String, ClientAuthenticationMethod>>)
suspend fun clientAuthenticationMethod(values: List<Output<Either<String, ClientAuthenticationMethod>>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun tokenBodyParameters(vararg argument: suspend TokenBodyParameterContractArgsBuilder.() -> Unit)
suspend fun tokenBodyParameters(argument: List<suspend TokenBodyParameterContractArgsBuilder.() -> Unit>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard