@beyondidentity/bi-sdk-react-native
    Preparing search index...

    Interface OtpChallengeResponse

    A response returned if the SDK requires an OTP.

    interface OtpChallengeResponse {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

    A URL containing the state of the current authentication transaction. This should be used in the next redeemOtp or authenticateOtp function.