Interface

User

User

Represents the current Cryptr User that owns the session

Properties:
Name Type Attributes Description
email string

User's email

tnt string

User's organization domain

sub string

User's Unique identifier

ips string <optional>

[if SSO session] -> the provider type, ex: azure_ad

sci string <optional>

[if SSO session] -> the SSO connection unique identifier, ex: blablabus_xeab-1234

given_name string

User's given name if known

family_name string

User's family name if known

nickname string

User's nickname if known

picture string

User's picture if known

View Source utils/cryptr.interfaces.tsx, line 29