review fixes

This commit is contained in:
Raghunandan
2020-06-18 13:55:03 +02:00
parent efd632d9ce
commit b421ba6b8d
5 changed files with 21 additions and 9 deletions
@@ -158,14 +158,14 @@ export type ProfileInfoOptions = {
};
/**
* This API provides access to profile information of the signed in user.
* This API provides access to profile information of the user from an auth provider.
*/
export type ProfileInfoApi = {
getProfile(options?: ProfileInfoOptions): Promise<ProfileInfo | undefined>;
};
/**
* Profile information of a signed in user.
* Profile information of the user from an auth provider.
*/
export type ProfileInfo = {
/**