Property RefreshTokenExpirationDate
RefreshTokenExpirationDate
Gets the date that the OAuthRefreshToken expires on, if known and applicable.
Declaration
public DateTimeOffset? RefreshTokenExpirationDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The date that the refresh token expires on, or |
Remarks
ArcGIS.com and ArcGIS Enterprise version 10.9.1+ provide exact refresh token expiration, which may differ from requested expiration depending on organization settings. If the server did not specify a refresh token expiration, this date is estimated based on TokenExpirationInterval.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |