TokenExchangeResponse

TokenExchangeResponse
TokenExchangeResponse

Represents the response model for a ops token exchange operation, containing JWT token and service details.

JSON Example
{
    "jwtToken": "string",
    "services": [
        {
            "address": "string",
            "addressType": "string",
            "basePath": "string",
            "certificates": [
                "string"
            ],
            "key": "string",
            "name": "string",
            "port": 0,
            "type": "string",
            "version": "string"
        }
    ]
}
string
jwtToken
Optional

The JWT token received after a successful token exchange.

services
Optional

Additional information about services.