Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 8.7 KB

File metadata and controls

21 lines (18 loc) · 8.7 KB

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.