TokenRequestResult.accessTokenExpiresAt()
Gets the expires_in
field value and returns the expiration Date
. Throws an Error
if the field is missing or the value isn't a number.
Definition
function accessTokenExpiresAt(): Date;
Gets the expires_in
field value and returns the expiration Date
. Throws an Error
if the field is missing or the value isn't a number.
function accessTokenExpiresAt(): Date;