AppAuthorizationCredentialOauth2Credential

data class AppAuthorizationCredentialOauth2Credential(val clientId: String, val clientSecret: String)

Constructors

constructor(clientId: String, clientSecret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of the client application.

Link copied to clipboard

The client secret of the client application.