Class CredentialsResponse
Response to credentials request.
Inherited Members
Namespace: Unity.PlasticSCM.Editor.WebApi
Assembly: solution.dll
Syntax
public class CredentialsResponse
Fields
The user's email.
Declaration
public string Email
Field Value
Type | Description |
---|---|
string |
Token
The credential's token.
Declaration
public string Token
Field Value
Type | Description |
---|---|
string |
TokenTypeValue
The token type represented as an integer.
Declaration
public int TokenTypeValue
Field Value
Type | Description |
---|---|
int |
Properties
Error
Error caused by the request.
Declaration
public ErrorResponse.ErrorFields Error { get; set; }
Property Value
Type | Description |
---|---|
ErrorFields |
Type
Get the type of the token.
Declaration
public CredentialsResponse.TokenType Type { get; }
Property Value
Type | Description |
---|---|
CredentialsResponse.TokenType |