TokenHandler.TokenLifetimeInMinutes Property

Definition

Gets or sets the token lifetime in minutes.

public int TokenLifetimeInMinutes { get; set; }
member this.TokenLifetimeInMinutes : int with get, set
Public Property TokenLifetimeInMinutes As Integer

Property Value

Exceptions

'value' less than 1.

Remarks

Used during token creation to set the default expiration ('exp').

Applies to