AuthInfo interface
The authorization properties for accessing the source code repository.
Properties
expires |
Time in seconds that the token remains valid |
refresh |
The refresh token used to refresh the access token. |
scope | The scope of the access token. |
token | The access token used to access the source control provider. |
token |
The type of Auth token. |
Property Details
expiresIn
Time in seconds that the token remains valid
expiresIn?: number
Property Value
number
refreshToken
The refresh token used to refresh the access token.
refreshToken?: string
Property Value
string
scope
The scope of the access token.
scope?: string
Property Value
string
token
The access token used to access the source control provider.
token: string
Property Value
string
tokenType
The type of Auth token.
tokenType: string
Property Value
string