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

    Interface AuthenticationContext

    Information associated with the current authentication request.

    Note that the authUrl field may differ from the URL passed into getAuthenticationContext. In this event, the new authUrl must be passed into authenticate or authenticateOtp, rather than the original URL.

    interface AuthenticationContext {
        application: { displayName?: string; id: string };
        authUrl: string;
        origin: {
            geolocation?: string;
            referer?: string;
            sourceIp?: string;
            userAgent?: string;
        };
    }
    Index

    Properties

    application: { displayName?: string; id: string }

    The authenticating application information

    authUrl: string

    A URL containing the state of the current authentication transaction.

    origin: {
        geolocation?: string;
        referer?: string;
        sourceIp?: string;
        userAgent?: string;
    }

    The authenticating request origin information