IDTokenClaims

IDTokenClaims
IDTokenClaims
JSON Example
{
    "nonce": "string",
    "email": "string",
    "customClaims": {
        "customClaims": {}
    },
    "exp": 0,
    "iat": 0,
    "sub": "string",
    "jti": "string",
    "iss": "string",
    "aud": [
        "string"
    ],
    "auth_time": 0,
    "acr": "string",
    "azp": "string",
    "at_hash": "string",
    "c_hash": "string",
    "name": "string",
    "given_name": "string",
    "family_name": "string",
    "email_verified": false,
    "updated_at": 0,
    "group_names": [
        "string"
    ],
    "group_ids": [
        "string"
    ],
    "ovl": "string",
    "ovc": [
        "string"
    ],
    "acct": "string",
    "user_name": "string",
    "oid": "string",
    "roles": [
        {
            "name": "admin",
            "resources": [
                "string"
            ],
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "display_name": "Administrator",
            "membership_type": [
                "DIRECT",
                "GROUP"
            ],
            "group_ids": [
                "groupId1",
                "groupId2"
            ],
            "sub_roles": [
                {
                    "type": "nsx",
                    "names": [
                        {
                            "name": "moderator",
                            "display_name": "Moderator"
                        }
                    ],
                    "_links": {
                        "self": {
                            "href": "https://example.com/path-to-self"
                        }
                    }
                }
            ],
            "expires_at": 1700000000000
        }
    ]
}
string
nonce
Optional

nonce

string
email
Optional

email

object
customClaims
Optional

customClaims

integer As int64 As int64
exp
Optional

exp

integer As int64 As int64
iat
Optional

iat

string
sub
Required

sub

string
jti
Required

jti

string
iss
Required

iss

array of string
aud
Required

aud

integer As int64 As int64
auth_time
Optional

auth_time

string
acr
Optional

acr

string
azp
Optional

azp

string
at_hash
Optional

at_hash

string
c_hash
Optional

c_hash

string
name
Optional

name

string
given_name
Optional

given_name

string
family_name
Optional

family_name

boolean
email_verified
Optional

email_verified

integer As int64 As int64
updated_at
Optional

updated_at

array of string
group_names
Optional

group_names

array of string
group_ids
Optional

group_ids

string
ovl
Optional

ovl

array of string
ovc
Optional

ovc

string
acct
Optional

acct

string
user_name
Optional

user_name

string
oid
Optional

oid

roles
Optional

roles