SourceControlSecurityTokenProperties interface

Properties

accessToken

The access token.

refreshToken

The refresh token.

tokenType

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