mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 12:27:45 +00:00
6.5 KiB
6.5 KiB
UpdateOAuthApplicationRequestBody
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional<? extends String> | ➖ | The new name of the OAuth application | |
callbackUrl |
Optional<? extends String> | ➖ | The new callback URL of the OAuth application | |
scopes |
Optional<? extends String> | ➖ | Define the allowed scopes for the new OAuth applications that dictate the user payload of the OAuth user info endpoint. Available scopes are profile, email, public_metadata, private_metadata. Provide the requested scopes as a string, separated by spaces. |
profile email public_metadata private_metadata |