Create an OAuth App
To create an OAuth App, pass a name, description, and callback URLs.clientId and clientSecret that you can use to get an access token from the OAuth API at https://auth.confidence.dev/oauth/token. You may only use one of the following grant types: implicit, authorization_code, or refresh_token. For more information on grant types, see the Auth0 grant types guide. For details on obtaining access tokens, see the Auth0 access token guide.

