Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 6.97 KB

File metadata and controls

20 lines (17 loc) · 6.97 KB

OAuthApplication

Fields

Field Type Required Description
object com.clerk.backend_api.models.components.OAuthApplicationObject ✔️ 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.