次の方法で共有


AuthenticationResult.ExpiresOn Property

Definition

Overloads

ExpiresOn

Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid. This value is calculated based on current UTC time measured locally and the value expiresIn received from the service.

ExpiresOn

Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid. This value is calculated based on current UTC time measured locally and the value expiresIn received from the service.

public DateTimeOffset ExpiresOn { get; }
member this.ExpiresOn : DateTimeOffset
Public ReadOnly Property ExpiresOn As DateTimeOffset

Property Value

Applies to