@auth0/nextjs-auth0 - v4.19.0
    Preparing search index...

    Interface ChallengeApiResponse

    Challenge response from Auth0 API (snake_case). Maps to ChallengeResponse in SDK-facing interface.

    interface ChallengeApiResponse {
        binding_method?: string;
        challenge_type: string;
        oob_code?: string;
    }
    Index

    Properties

    binding_method?: string

    Binding method (for oob challenges)

    challenge_type: string

    Challenge type (otp, oob)

    oob_code?: string

    OOB code (for oob challenges)