expandIdToken_200_response

expandIdToken_200_response
expandIdToken_200_response
OneOf
This class requires at least one of the following:
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
        }
    ]
}
Returned By