UserInfo interface
UserInfo with user displayName, objectId and preferredUserName.
Properties
display |
User Display Name. |
object |
User unique reference within the Azure Active Directory domain. |
preferred |
Usually be the email address. |
tenant |
User tenant ID. |
Property Details
displayName
User Display Name.
displayName: string
Property Value
string
objectId
User unique reference within the Azure Active Directory domain.
objectId: string
Property Value
string
preferredUserName
Usually be the email address.
preferredUserName: string
Property Value
string
tenantId
User tenant ID.
tenantId: string
Property Value
string