Share via


SourceControlProperties 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 | Date

Property Value

string | Date

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