AuthInfoUpdateParameters 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?: numberProperty Value
number
		refreshToken
	 
	The refresh token used to refresh the access token.
refreshToken?: stringProperty Value
string
scope
The scope of the access token.
scope?: stringProperty Value
string
token
The access token used to access the source control provider.
token?: stringProperty Value
string
		tokenType
	 
	The type of Auth token.
tokenType?: stringProperty Value
string