Skip to content

Commit

Permalink
fix(ms-adal): add userInfo in the AuthenticationResult (#2160)
Browse files Browse the repository at this point in the history
User Info is also included in the authentication result
  • Loading branch information
philipjbrowning authored and ihadeed committed Dec 8, 2017
1 parent 212bd63 commit c038c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/ms-adal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface AuthenticationResult {
status: string;
statusCode: number;
tenantId: string;
userInfo: UserInfo;

/**
* Creates authorization header for web requests.
Expand Down

0 comments on commit c038c63

Please sign in to comment.