SourceControlSecurityTokenProperties interface
Właściwości
| access |
Token dostępu. |
| refresh |
Token odświeżania. |
| token |
Typ tokenu. Musi mieć wartość PersonalAccessToken lub Oauth. |
Szczegóły właściwości
accessToken
Token dostępu.
accessToken?: string
Wartość właściwości
string
refreshToken
Token odświeżania.
refreshToken?: string
Wartość właściwości
string
tokenType
Typ tokenu. Musi mieć wartość PersonalAccessToken lub Oauth.
tokenType?: string
Wartość właściwości
string