OAuthCreatingTicketContext.ExpiresIn Property

Definition

Gets the access token expiration time.

public:
 property Nullable<TimeSpan> ExpiresIn { Nullable<TimeSpan> get(); };
public TimeSpan? ExpiresIn { get; }
member this.ExpiresIn : Nullable<TimeSpan>
Public ReadOnly Property ExpiresIn As Nullable(Of TimeSpan)

Property Value

Applies to