review fixes

This commit is contained in:
Raghunandan
2020-06-04 15:12:50 +02:00
parent 499c784c97
commit bacb2cf3a8
4 changed files with 34 additions and 17 deletions
@@ -24,6 +24,7 @@ import {
AccessTokenOptions,
ProfileInfoApi,
ProfileInfoOptions,
ProfileInfo,
} from '../../../definitions/auth';
import { OAuthRequestApi, AuthProvider } from '../../../definitions';
import { SessionManager } from '../../../../lib/AuthSessionManager/types';
@@ -41,7 +42,7 @@ type CreateOptions = {
};
export type GoogleAuthResponse = {
profile: any;
profile: ProfileInfo;
accessToken: string;
idToken: string;
scope: string;