FAQ
Developer hub
Authentication
Authentication Auth2.0 - Password Credentials

Authentication Auth2.0 - Password Credentials


This grant type in OAuth 2.0 involves exchanging a user's username and password directly for an access token.

password credentials.png

  • Register your application with the OAuth 2.0 authorization server to obtain a client ID and client Secret.

Prev