Show / Hide Table of Contents

Property RefreshTokenExpiresIn

| Edit this page View Source

RefreshTokenExpiresIn

Gets the expiry date as calculated by the timestamp of when the result was created plus the value in seconds for the expires_in key.

Declaration
public DateTimeOffset? RefreshTokenExpiresIn { get; }
Property Value
Type Description
DateTimeOffset?

Timestamp of the creation of the object instance plus the expires_in seconds parsed from the callback URI.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX