Auth AM API user
Authorization of AM API user
To get the value of request header x-am-authorization
, use g.req.auth.authAMUser
.
Get token of API user
- The 'authTokenType' can be 'AM' and 'AM_DB'. The 'AM' is use for the API user.
- The API user has assigned the groups. Each group can have different permission.
- As per the groups assigned to API user, the application(database) user can access only that much of data.
- For more information click here.