Property RefreshTokenExpirationInterval
RefreshTokenExpirationInterval
Gets the requested expiration interval (in minutes) for the refreshToken generated by the OAuth request. Set this to 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 |
|---|---|
| TimeSpan | The requested expiration interval for the refresh token generated by the OAuth request. |
Remarks
If this is set to Zero, then the refresh token is valid for 14 days. 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 - 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 |