How to connect to management api in React native

Hi again @micahcb,

SPA and native applications must be set to confidential before setting the Client Credential grant.

Use the Update a client endpoint of the Auth0 Management API to set the token_endpoint_auth_method to client_secret_post, client_secret_basic, or private_key_jwt.

If you have any other questions, feel free to reach out.

Have a good one,
Vlad