Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserData

Representation of the user i.e. authenticated persona. The authentication is done by the XSUAA.

Hierarchy

Index

Properties

customAttributes

customAttributes: Map<string, string[]>

Optional email

email: undefined | string

Optional familyName

familyName: undefined | string

Optional givenName

givenName: undefined | string

id

id: string

scopes

scopes: Scope[]

userName

userName: string