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

8.7 KiB
Raw Permalink Blame History

OAuthApplicationWithSecret

Fields

Field Type Required Description
object com.clerk.backend_api.models.components.OAuthApplicationWithSecretObject ✔️ N/A
id String ✔️ N/A
instanceId String ✔️ N/A
name String ✔️ N/A
clientId String ✔️ N/A
public_ boolean ✔️ N/A
scopes String ✔️ N/A
callbackUrl String ✔️ N/A
authorizeUrl String ✔️ N/A
tokenFetchUrl String ✔️ N/A
userInfoUrl String ✔️ N/A
createdAt long ✔️ Unix timestamp of creation.
updatedAt long ✔️ Unix timestamp of last update.
clientSecret Optional<? extends String> Empty if public client.