ConnectionAuthConfigOauth2AuthCodeFlowArgs

data class ConnectionAuthConfigOauth2AuthCodeFlowArgs(val authUri: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<ConnectionAuthConfigOauth2AuthCodeFlowClientSecretArgs>? = null, val enablePkce: Output<Boolean>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<ConnectionAuthConfigOauth2AuthCodeFlowArgs>

Constructors

constructor(authUri: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<ConnectionAuthConfigOauth2AuthCodeFlowClientSecretArgs>? = null, enablePkce: Output<Boolean>? = null, scopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val authUri: Output<String>? = null

Auth URL for Authorization Code Flow.

Link copied to clipboard
val clientId: Output<String>? = null

Client ID for user-provided OAuth app.

Link copied to clipboard

Client secret for user-provided OAuth app.

Link copied to clipboard
val enablePkce: Output<Boolean>? = null

Whether to enable PKCE when the user performs the auth code flow.

Link copied to clipboard
val scopes: Output<List<String>>? = null

Scopes the connection will request when the user performs the auth code flow.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionAuthConfigOauth2AuthCodeFlowArgs