GetAccessTokenResult Constructor
 | 
Namespace:
Spire.Xls.AI.Client
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public GetAccessTokenResult(
	string access_token = null,
	string token_type = null,
	string refresh_token = null
)
 
Public Sub New ( 
	Optional access_token As String = Nothing,
	Optional token_type As String = Nothing,
	Optional refresh_token As String = Nothing
)
 
public:
GetAccessTokenResult(
	String^ access_token = nullptr, 
	String^ token_type = nullptr, 
	String^ refresh_token = nullptr
)
 
new : 
?access_token : string * 
?token_type : string * 
?refresh_token : string 
(* Defaults:
let _access_token = defaultArg access_token null
let _token_type = defaultArg token_type null
let _refresh_token = defaultArg refresh_token null
*)
-> GetAccessTokenResult
 
 
 
Parameters
- 
access_token
(Optional)
 
- 
Type:
System
String
 
- 
token_type
(Optional)
 
- 
Type:
System
String
 
- 
refresh_token
(Optional)
 
- 
Type:
System
String
 
 
See Also