Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthInfo

Package version

The authorization properties for accessing the source code repository.

Hierarchy

  • AuthInfo

Index

Properties

Optional expiresIn

expiresIn: undefined | number

Time in seconds that the token remains valid

Optional refreshToken

refreshToken: undefined | string

The refresh token used to refresh the access token.

Optional scope

scope: undefined | string

The scope of the access token.

token

token: string

The access token used to access the source control provider.

tokenType

tokenType: TokenType

The type of Auth token.

Generated using TypeDoc