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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript