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 |
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 - 200.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |