oauthToken

@JvmName(name = "xwubatyqcpgrdocq")
suspend fun oauthToken(value: Output<PipelineDestinationAuthenticationConfigOauthTokenArgs>)
@JvmName(name = "qmumjpearvmeayph")
suspend fun oauthToken(value: PipelineDestinationAuthenticationConfigOauthTokenArgs?)

Parameters

value

Contains information needed for generating an OAuth token. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com. Structure is documented below.


@JvmName(name = "bitlkwkbadtujtfa")
suspend fun oauthToken(argument: suspend PipelineDestinationAuthenticationConfigOauthTokenArgsBuilder.() -> Unit)

Parameters

argument

Contains information needed for generating an OAuth token. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com. Structure is documented below.