GetAccessTokenResult Constructor
|
Namespace:
Spire.Doc.AI.Client
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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