NAME
WWW::TypePad::AuthTokens - AuthTokens API methods
METHODS
- get
 - 
my $res = $tp->auth_tokens->get($id);Get basic information about the selected auth token, including what object it grants access to.
Returns AuthToken which contains following properties.
- authToken
 - 
(string) The actual auth token string. Use this as the access token when making an OAuth request.
 - targetObject
 - 
(Base) B<Deprecated> The root object to which this auth token grants access. This is a legacy field maintained for backwards compatibility with older clients, as auth tokens are no longer scoped to specific objects.