There was an error while loading. Please reload this page.
This return the version of the auth plugin api
{ "method" : "auth.version", "request" : "" }
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <xml> <method>auth.version</method> <request /> </xml>
{ "status" : "valid", "response" : { "version" : "1.0.0" } }
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <xml> <status>valid</status> <response> <version>1.0.0</version> </response> </xml>
No argument needed.
NOTE: Even if no argument needed in the request the field request still mandatory, keep it empty.
request
Api Summary
auth.version
auth.config.get auth.config.set
auth.request auth.token auth.refresh auth.destroy
auth.user.add auth.user.set auth.user.del auth.user.get auth.user.list
auth.entity.add auth.entity.set auth.entity.del auth.entity.get auth.entity.list
auth.grant.add auth.grant.set auth.grant.del auth.grant.get auth.grant.list
auth.user.grant.add auth.user.grant.del
auth.entity.grant.add auth.entity.grant.del