User:LukasLalinsky/WS/mb.auth.checkToken: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(New page: Returns the credentials attached to an authentication token. == Arguments == ; auth_token (required) : The auth token to check. See mb.auth.getToken. == Example ...)
 
(No difference)

Latest revision as of 13:43, 6 September 2009

Returns the credentials attached to an authentication token.

Arguments

auth_token (required)
The auth token to check. See mb.auth.getToken.

Example response

<auth>
    <token>01df8b25-d570-44c2-a1a3-43e946773924</token>
    <ext:user type="AutoEditor">
        <name>lukz</name> 
    </ext:user>
</auth>