Authentication Overview

Choose the right OAuth 2.0 flow for your application.

Choosing an Authentication Method

Rightbrain utilizes the industry-standard OAuth 2.0 framework for authentication and authorization. To interact with the Rightbrain API, your application must first obtain an access token using one of the supported OAuth 2.0 grant types (flows). The access token is then included in the Authorization header of your API requests.

The appropriate grant type depends on the nature of your application. Select the grant type that best fits your application’s architecture and security requirements, then follow the detailed steps on the corresponding page.