chore: Adjust authentication classes to have similar structure

This commit is contained in:
Faruk AYDIN
2022-02-28 18:18:36 +03:00
committed by Ömer Faruk Aydın
parent d06f21c927
commit cdc6168ff4
10 changed files with 37 additions and 37 deletions

View File

@@ -2,10 +2,10 @@ import FlickrApi from 'flickr-sdk';
import Field from '../../types/field';
export default class Authentication {
oauthClient: any;
client: any;
connectionData: any;
appData: any;
connectionData: any;
client: any;
oauthClient: any;
constructor(appData: any, connectionData: any) {
this.oauthClient = new FlickrApi.OAuth(