public interface

AllowedAccountInfo

com.microsoft.intune.mam.client.app.AllowedAccountInfo

Class Overview

Provides information about an account which is permitted to sign in to the app.

Summary

Public Methods
abstract String getAADUserId()
abstract String getUPN()

Public Methods

public abstract String getAADUserId ()

Returns
  • The AAD object id of the user (a GUID). This may be null if unknown.

public abstract String getUPN ()

Returns
  • The UPN of the user. Will always be non-null.