ArcGIS Runtime SDK for WPF - Library Reference
MaxTokenExpiration Property
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : MaxTokenExpiration Property

Gets the maximum validity in minutes of tokens issued for users of the organization. -1 is the default and is a special value that indicates infinite timeout or permanent tokens. For tokens granted using OAuth2 authorization grant, it represents the maximum validity of refresh tokens. For access tokens, the maximum validity is the lower of two weeks or this value.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MaxTokenExpiration As Integer
C# 
public int MaxTokenExpiration {get;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.