Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 3.83 KB

File metadata and controls

11 lines (8 loc) · 3.83 KB

GetTokenFromJWTGrantResponse

Fields

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
}