Class TokenRequest
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class TokenRequest
- Inheritance
-
TokenRequest
- Inherited Members
-
Properties
ClientId
[JsonProperty(PropertyName = "client_id")]
public string ClientId { get; set; }
Property Value
- string
ClientSecret
[JsonProperty(PropertyName = "client_secret")]
public string ClientSecret { get; set; }
Property Value
- string
Code
[JsonProperty(PropertyName = "code")]
public string Code { get; set; }
Property Value
- string
GrantType
[JsonProperty(PropertyName = "grant_type")]
public string GrantType { get; set; }
Property Value
- string
RedirectUri
[JsonProperty(PropertyName = "redirect_uri")]
public string RedirectUri { get; set; }
Property Value
- string
Methods
GetUrlEncoded()
public FormUrlEncodedContent GetUrlEncoded()
Returns
- FormUrlEncodedContent