Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 766 Bytes

OAuthClient.md

File metadata and controls

15 lines (11 loc) · 766 Bytes

OAuthClient

Properties

Name Type Description Notes
identifier str The id of the OAuth Client [optional]
name str The user-facing name of the client. Eg. MyCrm [optional]
client_secret str The secret supplied to the OAuth Application [optional]
grants_allowed str The grants allowed [optional]
owning_user_id str The user who controls the OAuth App [optional]
redirect_uri str Where OAuth authorization sessions are returned to [optional]

[Back to Model list] [Back to API list] [Back to README]