Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 795 Bytes

File metadata and controls

14 lines (11 loc) · 795 Bytes

IO.Swagger.Model.OAuthClient

Properties

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

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