SourceControlPropertiesOutput interface
SourceControl resource specific properties
Properties
| expiration |
OAuth token expiration. |
| refresh |
OAuth refresh token. |
| token | OAuth access token. |
| token |
OAuth access token secret. |
Property Details
expirationTime
OAuth token expiration.
expirationTime?: string
Property Value
string
refreshToken
OAuth refresh token.
refreshToken?: string
Property Value
string
token
OAuth access token.
token?: string
Property Value
string
tokenSecret
OAuth access token secret.
tokenSecret?: string
Property Value
string