Registered claim

sub

Identifies the subject the token is about (typically the user). It must be unique within the issuer's scope.

Type
Registered claim (String/URI)
Example
sub

Example

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

Related