expandAccessToken_200_response

expandAccessToken_200_response
expandAccessToken_200_response
OneOf
This class requires at least one of the following:
JSON Example
{
    "claims": {
        "claims": {}
    },
    "fingerprint": "string",
    "exp": 0,
    "iat": 0,
    "sub": "string",
    "ovl": "string",
    "ovc": [
        "string"
    ],
    "group_names": [
        "string"
    ],
    "group_ids": [
        "string"
    ],
    "auth_time": 0,
    "authorization_details": [
        {
            "type": "string",
            "roles": [
                "string"
            ],
            "resources": [
                "string"
            ]
        }
    ]
}