= zooomr.auth.getToken = Returns the auth token for the given frob, if one has been attached. This method call must be signed. === Authentication === This method does not require authentication. === Arguments === api_key (Required) Your API application key. See here for more details. frob (Required) The frob to check. === Example Response === {{{ {"stat": "ok", "auth": {"_content": {"perms": "write", "token": "Z01:TOKENSTRINGHERE", "user": {"username": "bluemonki", "fullname": "bluemonki", "nsid": "13205@Z01"}}}} }}}