ConnectionGlueOAuth2Credentials

data class ConnectionGlueOAuth2Credentials(val accessToken: String? = null, val jwtToken: String? = null, val refreshToken: String? = null, val userManagedClientApplicationClientSecret: String? = null)

Glue OAuth2 Credentials

Constructors

Link copied to clipboard
constructor(accessToken: String? = null, jwtToken: String? = null, refreshToken: String? = null, userManagedClientApplicationClientSecret: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null
Link copied to clipboard
val jwtToken: String? = null
Link copied to clipboard
val refreshToken: String? = null