11 lines
122 B
JSON
11 lines
122 B
JSON
{
|
|
"aud": [
|
|
"foo",
|
|
"bar"
|
|
],
|
|
"exp": 12345,
|
|
"foo": "bar",
|
|
"iat": 12000,
|
|
"iss": "zitadel",
|
|
"sub": "hello@me.com"
|
|
}
|