Class GetAccessTokenResult
- Namespace
- Spire.AI.Client
- Assembly
- Spire.XLS.dll
[DataContract]
public class GetAccessTokenResult
- Inheritance
-
GetAccessTokenResult
- Inherited Members
-
Constructors
GetAccessTokenResult(string, string, string)
public GetAccessTokenResult(string access_token = null, string token_type = null, string refresh_token = null)
Parameters
access_token
string
token_type
string
refresh_token
string
Properties
AccessToken
[DataMember(Name = "access_token", EmitDefaultValue = false)]
public string AccessToken { get; set; }
Property Value
- string
RefreshToken
[DataMember(Name = "refresh_token", EmitDefaultValue = false)]
public string RefreshToken { get; set; }
Property Value
- string
Token_Type
[DataMember(Name = "token_type", EmitDefaultValue = false)]
public string Token_Type { get; set; }
Property Value
- string