Skip to main content

ID1Base.ExpiryTime property

Gets the expiration time of the access token.

public DateTime ExpiryTime { get; }

Remarks

When no access token is cached, the value is DateTime.MinValue.AddMinutes(1)

See Also