Braze React Native SDK - v21.0.0
    Preparing search index...

    Interface SDKAuthenticationErrorType

    An SDK authentication error event.

    interface SDKAuthenticationErrorType {
        error_code: string;
        original_signature: string;
        reason: string;
        user_id: string;
    }
    Index

    Properties

    error_code: string

    Error code describing the cause of the signature authentication failure.

    original_signature: string

    The original SDK authentication signature.

    reason: string

    Human-readable cause of the signature authentication failure.

    user_id: string

    The External User ID on the failed request.