Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationUser

Hierarchy

  • ApplicationUser

Index

Properties

Optional createdAt

createdAt: Date

timestamp when the user was created in RFC 3339 format

Optional email

email: string

user email

id

id: string

unique application user resource identifier

identityProvider

identityProvider: IdentityProvider

identity provider that the user authenticated with

Optional lastActive

lastActive: Date

timestamp when the user was last active in RFC 3339 format

Optional lastLogin

lastLogin: Date

timestamp when the user last signed-in in RFC 3339 format

Optional name

name: string

user common name

providerUserId

providerUserId: string

unique user identifier

uri

uri: string

URI of the application user API resource

Optional username

username: string

user username

Generated using TypeDoc