Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 5.77 KB

OAuthApplication.md

File metadata and controls

20 lines (17 loc) · 5.77 KB

OAuthApplication

Fields

Field Type Required Description Example
Object OAuthApplicationObject ✔️ N/A oauth_application
Id string ✔️ N/A oauth_app_1234
InstanceId string ✔️ N/A instance_5678
Name string ✔️ N/A Example OAuth App
ClientId string ✔️ N/A client_12345
Public bool ✔️ N/A false
Scopes string ✔️ N/A profile email
CallbackUrl string ✔️ N/A https://example.com/oauth/callback
AuthorizeUrl string ✔️ N/A https://example.com/authorize
TokenFetchUrl string ✔️ N/A https://example.com/oauth/token
UserInfoUrl string ✔️ N/A https://example.com/userinfo
CreatedAt long ✔️ Unix timestamp of creation.
1609459200
UpdatedAt long ✔️ Unix timestamp of last update.
1612137600