Registered claim

scope

In OAuth 2.0, holds the space-separated permissions granted to the token. Not formally registered, but widely used.

Type
Public claim (String)
Example
scope

Example

{ "scope": "read write" }
Try decoding a token yourselfJust paste and the header, payload and claims unfold instantly.
Open the decoder

Related