/authenticate
Handles User log-in and provides Authentication Tokens.
Name
Type
Constraints
Description
grant_type
String
"password" or ""
Defines the scope of the grant type.
password
String
Authenticating users password
username
String
Authenticating users username
refresh_token
String
scope
String
"ng_api"
Describes what API to access.
Example authentication using grant type password
Example authentication using grant type refresh_token
Example response for all grant types:
Last updated