Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an authenticated user identity.

Hierarchy

  • Identity

Index

Properties

authenticationType

authenticationType: string

A string representing the type of authentication used.

claims

claims: Claim[]

Contains the list of claims associated with this identity.

isAuthenticated

isAuthenticated: boolean

Flag that indicates if the identity was authenticated.

label

label: string

Indicates the label (friendly name) of this identity.

nameClaimType

nameClaimType: string

Indicates which claim type is the name.

roleClaimType

roleClaimType: string

Indicates which claim type is the role.