react-native-auth0
    Preparing search index...

    Interface PatchUserOptions

    interface PatchUserOptions {
        headers?: Record<string, string>;
        id: string;
        metadata: object;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    headers?: Record<string, string>

    (Optional) Custom headers to include in the request.

    id: string
    metadata: object