Interface MfaPushChallengePushMembers

Interface defining the available methods and properties for the mfa-push-challenge-push screen

interface MfaPushChallengePushMembers {
    branding: BrandingMembers;
    client: ClientMembers;
    organization: OrganizationMembers;
    prompt: PromptMembers;
    screen: ScreenMembersOnMfaPushChallengePush;
    tenant: TenantMembers;
    transaction: TransactionMembers;
    untrustedData: UntrustedDataMembers;
    user: UserMembers;
    continue(payload?: WithRememberOptions): Promise<void>;
    enterCodeManually(payload?: CustomOptions): Promise<void>;
    resendPushNotification(payload?: WithRememberOptions): Promise<void>;
    tryAnotherMethod(payload?: CustomOptions): Promise<void>;
}

Hierarchy

  • BaseMembers
    • MfaPushChallengePushMembers

Implemented by

Properties

branding: BrandingMembers
organization: OrganizationMembers
transaction: TransactionMembers
untrustedData: UntrustedDataMembers

Methods

MMNEPVFCICPMFPCPTTAAATR