SourceControlSecurityTokenProperties interface
Properties
access |
The access token. |
refresh |
The refresh token. |
token |
The token type. Must be either PersonalAccessToken or Oauth. |
Property Details
accessToken
The access token.
accessToken?: string
Property Value
string
refreshToken
The refresh token.
refreshToken?: string
Property Value
string
tokenType
The token type. Must be either PersonalAccessToken or Oauth.
tokenType?: string
Property Value
string