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

    Interface AuthenticateResponse

    A response returned after successfully authenticating.

    interface AuthenticateResponse {
        message?: string;
        passkeyBindingToken?: string;
        redirectUrl: string;
    }
    Index

    Properties

    message?: string

    An optional displayable message defined by policy returned by the cloud on success.

    passkeyBindingToken?: string

    An optional one-time-token returned from successful redeemOtp that may be redeemed for a credential_binding_link from the /credential-binding-jobs endpoint.

    redirectUrl: string

    The redirect URL that originates from the /authorize call's redirect_uri parameter. The OAuth2 authorization code and the state parameter of the /authorize call are attached with the "code" and "state" parameters to this URL.