React Native Auth0 - v5.5.0
    Preparing search index...

    Interface IUsersClient

    Defines the contract for a client that interacts with the Auth0 Management API's user endpoints. An instance of this client is typically created with a user-specific management token.

    interface IUsersClient {
        getUser(parameters: GetUserParameters): Promise<User>;
        patchUser(parameters: PatchUserParameters): Promise<User>;
    }
    Index

    Methods