Share via


SourceControlPropertiesOutput interface

SourceControl resource specific properties

Properties

expirationTime

OAuth token expiration.

refreshToken

OAuth refresh token.

token

OAuth access token.

tokenSecret

OAuth access token secret.

Property Details

expirationTime

OAuth token expiration.

expirationTime?: string

Property Value

string

refreshToken

OAuth refresh token.

refreshToken?: string

Property Value

string

token

OAuth access token.

token?: string

Property Value

string

tokenSecret

OAuth access token secret.

tokenSecret?: string

Property Value

string