Interface AllowedAccountInfo
-
- All Implemented Interfaces:
public interface AllowedAccountInfoProvides information about an account which is permitted to sign in to the app.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUPN()abstract StringgetAADUserId()-
-
Method Detail
-
getAADUserId
@Nullable() abstract String getAADUserId()
- Returns:
The AAD object id of the user (a GUID). This may be null if unknown.
-
-
-
-