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

21 lines
8.7 KiB
Markdown

# OAuthApplicationWithSecret
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| `object` | [com.clerk.backend_api.models.components.OAuthApplicationWithSecretObject](../../models/components/OAuthApplicationWithSecretObject.md) | :heavy_check_mark: | N/A |
| `id` | *String* | :heavy_check_mark: | N/A |
| `instanceId` | *String* | :heavy_check_mark: | N/A |
| `name` | *String* | :heavy_check_mark: | N/A |
| `clientId` | *String* | :heavy_check_mark: | N/A |
| `public_` | *boolean* | :heavy_check_mark: | N/A |
| `scopes` | *String* | :heavy_check_mark: | N/A |
| `callbackUrl` | *String* | :heavy_check_mark: | N/A |
| `authorizeUrl` | *String* | :heavy_check_mark: | N/A |
| `tokenFetchUrl` | *String* | :heavy_check_mark: | N/A |
| `userInfoUrl` | *String* | :heavy_check_mark: | N/A |
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
| `clientSecret` | *Optional<? extends String>* | :heavy_minus_sign: | Empty if public client.<br/> |