EmailAuthMethod
An email-based authentication method available on this server.
Email auth methods do not require an external identity provider. They are configured at the server level and available to all users.
type EmailAuthMethod {
name: EmailAuthMethodType!
}
Fields
EmailAuthMethod.name ● EmailAuthMethodType! non-null enum {#name}
The authentication mechanism type (e.g., PASSKEY).
Member Of
Server object