Skip to main content
EmailVerificationResultMembers
Example
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

branding
client
organization
prompt
screen
Screen-specific data, including verification status and login link.
tenant
transaction
untrustedData
user