EmailVerification

Rust type: enums::EmailVerification

Constructors

This is an abstract type. At runtime it will be one of the following variants:

EmailVerificationApple
EmailVerificationCode
EmailVerificationGoogle

Requests returning this type

None.

Requests accepting this type as input

SignIn
VerifyEmail

Other types containing this type

None.