Click or drag to resize

GetAccessTokenResult Constructor

Initializes a new instance of the GetAccessTokenResult class

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
)

Parameters

access_token (Optional)
Type: System String
token_type (Optional)
Type: System String
refresh_token (Optional)
Type: System String
See Also