Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.

Hierarchy

  • UserData
    • User

Index

Properties

customAttributes: Map<string, string[]>
email?: string
familyName?: string
givenName?: string
id: string
scopes: Scope[]
userName: string

Methods

  • hasScope(scope: Scope): boolean
  • Parameters

    Returns boolean