Constructor TokenInfo
TokenInfo(string, DateTimeOffset, bool)
Initializes a new instance of the TokenInfo class.
Declaration
public TokenInfo(string accessToken, DateTimeOffset expirationDate, bool isSslRequired)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessToken | The access token string. |
| DateTimeOffset | expirationDate | The token expiration date. |
| bool | 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 - 200.8 |
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |