Files
clerk-sdk-java/docs/models/operations/GetOAuthAccessTokenResponse.md
2024-06-13 13:51:50 -04:00

3.1 KiB
Raw Permalink Blame History

GetOAuthAccessTokenResponse

Fields

Field Type Required Description
contentType String ✔️ HTTP response content type for this operation
statusCode int ✔️ HTTP response status code for this operation
rawResponse HttpResponse ✔️ Raw HTTP response; suitable for custom response parsing
responseBodies List<com.clerk.backend_api.models.operations.ResponseBody> The OAuth access token of the user, if any.