AppAuthorizationConnectionAuthRequest

data class AppAuthorizationConnectionAuthRequest(val code: String, val redirectUri: String)

Constructors

Link copied to clipboard
constructor(code: String, redirectUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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