Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the length of time that a request token given to an external application is valid.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TokenTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPExternalApplicationSettings
Dim value As TimeSpan
value = instance.TokenTimeout
instance.TokenTimeout = value
public TimeSpan TokenTimeout { get; set; }
Property value
Type: System.TimeSpan
The life span of a request token.
See also
Reference
SPExternalApplicationSettings class