SourceControlSecurity

data class SourceControlSecurity(val refreshToken: String? = null, val token: String, val tokenType: String)

Constructors

Link copied to clipboard
constructor(refreshToken: String? = null, token: String, tokenType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val refreshToken: String? = null

The refresh token of specified rpeo.

Link copied to clipboard

The access token of specified repo.

Link copied to clipboard

Specify the token type, possible values are PersonalAccessToken and Oauth.