mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
20
docs/models/components/OAuthApplication.md
Normal file
20
docs/models/components/OAuthApplication.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# OAuthApplication
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.OAuthApplicationObject](../../models/components/OAuthApplicationObject.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/> |
|
||||
Reference in New Issue
Block a user