Click or drag to resize

GetAccessTokenResult Constructor

Initializes a new instance of the GetAccessTokenResult class

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
)

Parameters

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