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
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 |