mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
fix(ms-adal): add userInfo in the AuthenticationResult (#2160)
User Info is also included in the authentication result
This commit is contained in:
committed by
Ibby Hadeed
parent
212bd63191
commit
c038c6331c
@@ -11,6 +11,7 @@ export interface AuthenticationResult {
|
||||
status: string;
|
||||
statusCode: number;
|
||||
tenantId: string;
|
||||
userInfo: UserInfo;
|
||||
|
||||
/**
|
||||
* Creates authorization header for web requests.
|
||||
|
||||
Reference in New Issue
Block a user