Enum CredentialsResponse.TokenType
Type of the token.
Namespace: Unity.PlasticSCM.Editor.WebApi
Syntax
public enum TokenType
Fields
Name | Description | Value |
---|---|---|
Password | Password token. |
0 |
Bearer | Bearer token. |
1 |
Type of the token.
public enum TokenType
Name | Description | Value |
---|---|---|
Password | Password token. |
0 |
Bearer | Bearer token. |
1 |