What is the OAuth 2.0 Bearer Token exactly?

Bearer TokenA security token with the property that any party in possession of the token (a “bearer”) can use the token in any way that any other party in possession of it can. Using a bearer token does not require a bearer to prove possession of cryptographic key material (proof-of-possession). The Bearer Token is created … Read more