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 | A Boolean value that indicates whether the token must be passed over HTTPS. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |