The Open API specification for Synapse is now available for download!

Download Open API Spec

TwoFactorAuthResetToken

org.sagebionetworks.repo.model.auth.TwoFactorAuthResetToken

Signed token containing the the information necessary to reset 2fa for a user.

Field Type Description
concreteType STRING
hmac STRING The hash message authentication code for the message.
version INTEGER The version of the key used to generate the HMAC.
expiresOn STRING The date-time when this token expires.
createdOn STRING The date-time the token was generated.
userId INTEGER The id of the user.