fix(ms-adal): add userInfo in the AuthenticationResult (#2160)

User Info is also included in the authentication result
This commit is contained in:
Philip Browning 2017-12-08 15:10:04 -05:00 committed by Ibby Hadeed
parent 212bd63191
commit c038c6331c

View File

@ -11,6 +11,7 @@ export interface AuthenticationResult {
status: string;
statusCode: number;
tenantId: string;
userInfo: UserInfo;
/**
* Creates authorization header for web requests.