/**
* 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. This method call must be signed, and is deprecated in favour of OAuth.
* Permissions required: none
*/
export type FlickrAuthGetTokenParams = {
/**
* The frob to check.
*/
frob: string;
};