mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-10 04:19:36 +00:00
initial commit with code
This commit is contained in:
21
docs/models/components/OAuthApplicationWithSecret.md
Normal file
21
docs/models/components/OAuthApplicationWithSecret.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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/> |
|
||||
Reference in New Issue
Block a user