SourceControlSecurityTokenProperties interface

An interface representing SourceControlSecurityTokenProperties.

Properties

accessToken

The access token.

refreshToken

The refresh token.

tokenType

The token type. Must be either PersonalAccessToken or Oauth. Possible values include: 'PersonalAccessToken', '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. Possible values include: 'PersonalAccessToken', 'Oauth'

tokenType?: TokenType

Property Value