Property TokenExpirationInterval
TokenExpirationInterval
Gets the length of time a token credential remains valid. Represented in minutes. If not explicitly set, the server default is used.
Declaration
public TimeSpan TokenExpirationInterval { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | The length of time a token credential remains valid. Represented in minutes. If not explicitly set, the server default is used. |
Remarks
If unspecified, the server returns a token with an expiration interval of 120 minutes (2 hours). The server default for the maximum allowed expiration time is 20160 minutes (14 days), but this value can be configured on the server.
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 |