| Field | Type | Required | Description | Example |
|---|---|---|---|---|
contentType |
String | ✔️ | HTTP response content type for this operation | |
statusCode |
int | ✔️ | HTTP response status code for this operation | |
rawResponse |
HttpResponse<InputStream> | ✔️ | Raw HTTP response; suitable for custom response parsing | |
jwtGrantResponse |
Optional<JWTGrantResponse> | ➖ | Successful response. | { "access_token": "eyJ0eXAi.....QFsje43QVZ_gw", "token_type": "Bearer", "expires_in": 28800 } |