flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
13 lines (12 loc) • 427 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.674Z
* flickr.auth.getToken
* Returns the auth token for the given frob, if one has been attached. <b>This method call must be signed</b>, and is <b><a href="/services/api/auth.oauth.html">deprecated in favour of OAuth</a></b>.
* Permissions required: none
*/
export type FlickrAuthGetTokenParams = {
/**
* The frob to check.
*/
frob: string;
};