mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-21 12:37:23 +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:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user