chore: Adjust authentication classes to have similar structure
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
d06f21c927
commit
cdc6168ff4
@@ -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(
|
||||
|
Reference in New Issue
Block a user