Show / Hide Table of Contents

Constructor TokenInfo

TokenInfo(String, DateTimeOffset, Boolean)

Initializes a new instance of the TokenInfo class with the specified parameters.

Declaration
public TokenInfo(string accessToken, DateTimeOffset expirationDate, bool isSslRequired)
Parameters
Type Name Description
System.String accessToken

The access token string.

System.DateTimeOffset expirationDate

The token expiration date.

System.Boolean isSslRequired

true if the token must be passed over HTTPS, otherwise false.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.