mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
3.1 KiB
3.1 KiB
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. |