Class IntrospectTokenResponse
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class IntrospectTokenResponse
- Inheritance
-
IntrospectTokenResponse
- Inherited Members
-
Properties
Active
[JsonProperty(PropertyName = "active")]
public bool Active { get; set; }
Property Value
- bool
ClientId
[JsonProperty(PropertyName = "client_id")]
public string ClientId { get; set; }
Property Value
- string
Exp
[JsonProperty(PropertyName = "exp")]
public int Exp { get; set; }
Property Value
- int
Iat
[JsonProperty(PropertyName = "iat")]
public int Iat { get; set; }
Property Value
- int
Nbf
[JsonProperty(PropertyName = "nbf")]
public int Nbf { get; set; }
Property Value
- int
Scope
[JsonProperty(PropertyName = "scope")]
public string Scope { get; set; }
Property Value
- string
Sub
[JsonProperty(PropertyName = "sub")]
public string Sub { get; set; }
Property Value
- string
TokenType
[JsonProperty(PropertyName = "token_type")]
public string TokenType { get; set; }
Property Value
- string
Username
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
- string