Class VerifyCodeChallengeScreen

Hierarchy

  • VerifyCodeChallengeScreen

Implements

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Returns Promise<{
        message?: undefined;
        status: string;
        get response(): string;
    } | {
        message: string;
        status: string;
        get response(): string;
    } | {
        message?: undefined;
        response: string;
        status: string;
    }>