Sign in

Type: MonoCloudUser

Represents the authenticated user stored in a MonoCloud session.

Indexable

[key: string]: unknown

Additional provider-specific claims.

Properties

PropertyTypeDescription
address?AddressPostal address.
amr?string[]Authentication Methods References (AMR). Indicates how the user authenticated.
birthdate?stringBirthday.
email?stringEmail address.
email_verified?booleanWhether the email address has been verified by the provider.
family_name?stringSurname(s) / last name.
gender?stringGender.
given_name?stringGiven name(s) / first name.
groups?Group[]Group memberships for the user.
idp?stringIdentity Provider (IdP) identifier. Specifies the upstream provider used to authenticate the user.
locale?stringLocale.
middle_name?stringMiddle name(s).
name?stringFull name of the user (e.g. "Jane Doe").
nickname?stringCasual name used by the user.
phone_number?stringPhone number (formatted in E.164 standard).
phone_number_verified?booleanWhether the phone number has been verified by the provider.
picture?stringURL of the user's profile picture.
preferred_username?stringPreferred username.
profile?stringURL of the user's profile page.
substringSubject identifier - a unique, stable identifier for the user within the issuer.
updated_at?numberTime the user's information was last updated (seconds since epoch).
website?stringURL of the user's website.
zoneinfo?stringTime zone name.
© 2024 MonoCloud. All rights reserved.