### YamlMime:JavaType constructors: - fullName: com.microsoft.aad.adal.UserInfo.UserInfo() name: UserInfo() nameWithType: UserInfo.UserInfo() summary:

Default constructor for .

syntax: public UserInfo() uid: com.microsoft.aad.adal.UserInfo.UserInfo() - fullName: com.microsoft.aad.adal.UserInfo.UserInfo(IdToken idToken) name: UserInfo(IdToken idToken) nameWithType: UserInfo.UserInfo(IdToken idToken) parameters: - description:

The to create .

name: idToken type: summary: >-

Constructor for creating from .

syntax: public UserInfo(IdToken idToken) uid: com.microsoft.aad.adal.UserInfo.UserInfo(IdToken) - fullName: com.microsoft.aad.adal.UserInfo.UserInfo(String upn) name: UserInfo(String upn) nameWithType: UserInfo.UserInfo(String upn) parameters: - description:

Upn that is used to construct the .

name: upn type: summary: >-

Constructor for .

syntax: public UserInfo(String upn) uid: com.microsoft.aad.adal.UserInfo.UserInfo(String) - fullName: com.microsoft.aad.adal.UserInfo.UserInfo(String userid, String givenName, String familyName, String identityProvider, String displayableId) name: UserInfo(String userid, String givenName, String familyName, String identityProvider, String displayableId) nameWithType: UserInfo.UserInfo(String userid, String givenName, String familyName, String identityProvider, String displayableId) parameters: - description:

Unique user id for the userInfo.

name: userid type: - description:

Given name for the userInfo.

name: givenName type: - description:

Family name for the userInfo.

name: familyName type: - description:

IdentityProvider for the userInfo.

name: identityProvider type: - description:

Displayable for the userInfo.

name: displayableId type: summary: >-

Constructor for .

syntax: public UserInfo(String userid, String givenName, String familyName, String identityProvider, String displayableId) uid: com.microsoft.aad.adal.UserInfo.UserInfo(String,String,String,String,String) inheritances: - - methods: - fullName: com.microsoft.aad.adal.UserInfo.getDisplayableId() name: getDisplayableId() nameWithType: UserInfo.getDisplayableId() returns: description:

the displayable user name

type: summary: >-

Gets displayable user name.

syntax: public String getDisplayableId() uid: com.microsoft.aad.adal.UserInfo.getDisplayableId() - fullName: com.microsoft.aad.adal.UserInfo.getFamilyName() name: getFamilyName() nameWithType: UserInfo.getFamilyName() returns: description:

the family name of the user

type: summary: >-

Gets family name.

syntax: public String getFamilyName() uid: com.microsoft.aad.adal.UserInfo.getFamilyName() - fullName: com.microsoft.aad.adal.UserInfo.getGivenName() name: getGivenName() nameWithType: UserInfo.getGivenName() returns: description:

the given name of the user

type: summary: >-

Gets given name.

syntax: public String getGivenName() uid: com.microsoft.aad.adal.UserInfo.getGivenName() - fullName: com.microsoft.aad.adal.UserInfo.getIdentityProvider() name: getIdentityProvider() nameWithType: UserInfo.getIdentityProvider() returns: description:

the identity provider

type: summary: >-

Gets Identity provider.

syntax: public String getIdentityProvider() uid: com.microsoft.aad.adal.UserInfo.getIdentityProvider() - fullName: com.microsoft.aad.adal.UserInfo.getPasswordChangeUrl() name: getPasswordChangeUrl() nameWithType: UserInfo.getPasswordChangeUrl() returns: description:

the password change uri

type: summary: >-

Gets password change url.

syntax: public Uri getPasswordChangeUrl() uid: com.microsoft.aad.adal.UserInfo.getPasswordChangeUrl() - fullName: com.microsoft.aad.adal.UserInfo.getPasswordExpiresOn() name: getPasswordExpiresOn() nameWithType: UserInfo.getPasswordExpiresOn() returns: description:

the time when the password will expire

type: summary: >-

Gets password expires on.

syntax: public Date getPasswordExpiresOn() uid: com.microsoft.aad.adal.UserInfo.getPasswordExpiresOn() - fullName: com.microsoft.aad.adal.UserInfo.getUserId() name: getUserId() nameWithType: UserInfo.getUserId() returns: description:

the unique id representing an user

type: summary: >-

Gets unique user id.

syntax: public String getUserId() uid: com.microsoft.aad.adal.UserInfo.getUserId() nameWithType: UserInfo syntax: public class UserInfo type: class uid: com.microsoft.aad.adal.UserInfo fullName: com.microsoft.aad.adal.UserInfo name: UserInfo package: com.microsoft.aad.adal summary:

Contains information of a single user.

metadata: {}