JWT Payload

From wikieduonline
Jump to navigation Jump to search


Gemini example:

{
 "iss": "https://auth.example.com/",
 "sub": "user_8829104",
 "aud": "my-photo-printing-app",
 "iat": 1714982400,
 "exp": 1714986000,
 "scope": "openid profile photos.read",
 "email": "[email protected]",
 "email_verified": true,
 "roles": ["editor", "billing_admin"],
 "groups": ["engineering_team", "beta_testers"],
 "tenant_id": "org_445"
}

Related[edit]


See also[edit]

Advertising: