Show / Hide Table of Contents

Property RefreshTokenExpirationInterval

RefreshTokenExpirationInterval

Gets the requested expiration interval (in minutes) for the refreshToken generated by the OAuth request. Set this to System.TimeSpan.MaxValue for getting the maximum refresh token supported by the portal (ninety days). The max interval can be overridden by the portal administrator.

Declaration
public TimeSpan RefreshTokenExpirationInterval { get; }
Property Value
Type Description
System.TimeSpan

The requested expiration interval for the refresh token generated by the OAuth request.

Remarks

If this is set to System.TimeSpan.Zero, then the refresh token is valid for two weeks. The expiration resolution is whole minutes and seconds will be ignored.

See Also
RefreshTokenExchangeInterval

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.