Library scope: | GLOBAL |
---|
Documentation for resource file AAAKeywords
.
Makes a POST REST call to the AUTH_TOKEN_API with the given auth_data and returns the response
returns a string in the direct authentacation format (e.g., grant_type=password&username=admin&password=admin). It can also be passed scope, client_id and client_secret arguments for the case of client specific authorization
Will return user information. If no user id is passed, it will retrieve all users in DB
Will disable token based authentication. Currently, that is done with a config file change
Will enable token based authentication. Currently, that is done with a config file change
Wrapper used to login to controller and retrieve an auth token. Optional argumented available for client based credentials.
Will return user information. If no user id is passed, it will retrieve all users in DB
Requests the given token be revoked via POST to ${REVOKE_TOKEN_API}
Validates the given string is in the proper "token" format