Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 881 Bytes

OAuthClient.md

File metadata and controls

15 lines (11 loc) · 881 Bytes

OAuthClient

Properties

Name Type Description Notes
Identifier string The id of the OAuth Client [optional] [default to null]
Name string The user-facing name of the client. Eg. MyCrm [optional] [default to null]
ClientSecret string The secret supplied to the OAuth Application [optional] [default to null]
GrantsAllowed string The grants allowed [optional] [default to null]
OwningUserId string The user who controls the OAuth App [optional] [default to null]
RedirectUri string Where OAuth authorization sessions are returned to [optional] [default to null]

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