AppAuthorizationConnectionAuthRequestArgs

data class AppAuthorizationConnectionAuthRequestArgs(val code: Output<String>, val redirectUri: Output<String>) : ConvertibleToJava<AppAuthorizationConnectionAuthRequestArgs>

Constructors

constructor(code: Output<String>, redirectUri: Output<String>)

Properties

Link copied to clipboard
val code: Output<String>

The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL)..

Link copied to clipboard
val redirectUri: Output<String>

The redirect URL that is specified in the AuthURL and the application client.

Functions

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