Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1 KB

File metadata and controls

13 lines (10 loc) · 1 KB

# AuthRequest

Properties

Name Type Description Notes
grant_type string This is the type of authentication request being made. 'password' is most common if using username and password from end user to grant access. [default to 'password']
client_id string This is the client_id provided to the developer for accessing the api. Will match with the client_secret
client_secret string This is the client_secret provided to the developer for accessing the api. Will match with the client_id
username string This is the username and logic for the user. This may look like a uid (user@domain) or could be something else if setup diffferent including a email address potentially.
password string This is the password for the user requesting access.

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