Class TokenResponseGet
Inheritance
System.Object
TokenResponseGet
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Dangl.Identity.Client.Models.dll
Syntax
public class TokenResponseGet
Properties
|
Improve this Doc
View Source
AccessToken
Declaration
public string AccessToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Error
Declaration
public string Error { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ErrorDescription
Declaration
public string ErrorDescription { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ErrorType
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public ResponseErrorType ErrorType { get; set; }
Property Value
| Type |
Description |
| IdentityModel.Client.ResponseErrorType |
|
|
Improve this Doc
View Source
ExpiresIn
Declaration
public long ExpiresIn { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
HttpErrorReason
Declaration
public string HttpErrorReason { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
HttpStatusCode
Declaration
public HttpStatusCode HttpStatusCode { get; set; }
Property Value
| Type |
Description |
| System.Net.HttpStatusCode |
|
|
Improve this Doc
View Source
IdentityToken
Declaration
public string IdentityToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IsError
Declaration
public bool IsError { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
RefreshToken
Declaration
public string RefreshToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
TokenType
Declaration
public string TokenType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
FromIdentityModel(TokenResponse)
Declaration
public static TokenResponseGet FromIdentityModel(TokenResponse tokenResponse)
Parameters
| Type |
Name |
Description |
| IdentityModel.Client.TokenResponse |
tokenResponse |
|
Returns