Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
EmailVerificationResultMembers
export interface EmailVerificationResultMembers extends BaseMembers {
/**
* Provides access to the specific properties and data of the Email Verification Result screen,
* including the verification `status` and the `login` link.
* @type {ScreenMembersOnEmailVerificationResult}
*/
screen: ScreenMembersOnEmailVerificationResult;
}
Properties
Screen-specific data, including verification status and login link.