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.