oauth2Authorization Code
suspend fun oauth2AuthorizationCode(value: Output<AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs>)
suspend fun oauth2AuthorizationCode(value: AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs?)
Parameters
value
OAuth2 authorization code credential. Structure is documented below.
suspend fun oauth2AuthorizationCode(argument: suspend AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgsBuilder.() -> Unit)
Parameters
argument
OAuth2 authorization code credential. Structure is documented below.