flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
8 lines (7 loc) • 346 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.677Z
* flickr.auth.oauth.getAccessToken
* Exchange an auth token from the old Authentication API, to an OAuth access token. Calling this method will delete the auth token used to make the request.
* Permissions required: none
*/
export type FlickrAuthOauthGetAccessTokenParams = {};