Class GenerateLinkResponse
An extended user response returned when generating a link.
- Inheritance
-
Generate
Link Response
- Inherited Members
Properties
ActionLink
The email link to send to the user. The action_link follows the following format: auth/v1/verify?type={verification_type}&token={hashed_token}&redirect_to={redirect_to}
Property Value
EmailOtp
The raw email OTP. You should send this in the email if you want your users to verify using an OTP instead of the action link.
Property Value
HashedToken
The hashed token appended to the action link.
Property Value
RedirectTo
The URL appended to the action link.
Property Value
VerificationType
The verification type that the email link is associated to.