Property RefreshTokenExpiresIn
| Edit this page View SourceRefreshTokenExpiresIn
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 |