DeviceAuthorizationRequestResult.codesExpireAt()
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 codesExpireAt(): 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 codesExpireAt(): Date;