bearer Token Sending Methods
suspend fun bearerTokenSendingMethods(value: Output<List<Either<String, BearerTokenSendingMethod>>>)
Parameters
value
Specifies the mechanism by which access token is passed to the API.
suspend fun bearerTokenSendingMethods(vararg values: Output<Either<String, BearerTokenSendingMethod>>)
suspend fun bearerTokenSendingMethods(values: List<Output<Either<String, BearerTokenSendingMethod>>>)
Parameters
values
Specifies the mechanism by which access token is passed to the API.