A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class UserIdentity

The user identity object in Bolt

Inheritance
System.Object
UserIdentity
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class UserIdentity : Object

Constructors

UserIdentity()

Declaration
public UserIdentity()

Properties

FirstName

The first name

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

LastName

The last name

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String