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