What is an OAuth Bearer Token?

The most common way of accessing OAuth 2.0 APIs is using a “Bearer Token”. This is a single string which acts as the authentication of the API request, sent in an HTTP “Authorization” header . The string is meaningless to clients using it, and may be of varying lengths.

Read more