Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 876 Bytes

WebhookOauth.md

File metadata and controls

16 lines (11 loc) · 876 Bytes

# WebhookOauth

Properties

Name Type Description Notes
token_end_point string The token endpoint
user_name string The user name to access token endpoint. [optional]
password string The password to access token endpoint. [optional]
client_id string The client identifier issued to the client during the registration process.
client_secret string The client secret.
grant_type string OAUTH grant type [optional] [default to 'password']

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