Skip to content

PERS SDK - v2.3.26 / Exports / RawUserData

Interface: RawUserData

Raw user data interface for unauthenticated login

Table of contents

Properties

Properties

externalId

Optional externalId: string

Defined in

core/auth/services/auth-service.ts:19


email

Optional email: string

Defined in

core/auth/services/auth-service.ts:20


firstName

Optional firstName: string

Defined in

core/auth/services/auth-service.ts:21


lastName

Optional lastName: string

Defined in

core/auth/services/auth-service.ts:22


customData

Optional customData: Record<string, any>

Defined in

core/auth/services/auth-service.ts:23