Member Junction
Preparing search index...
@memberjunction/telephony-adapters
UserPayload
Interface UserPayload
Context user payload passed from auth middleware to GraphQL resolvers.
interface
UserPayload
{
apiKey
?:
string
;
apiKeyHash
?:
string
;
apiKeyId
?:
string
;
email
:
string
;
emailVerified
?:
boolean
;
isSystemUser
?:
boolean
;
sessionId
?:
string
;
userRecord
?:
UserInfo
;
}
Index
Properties
api
Key?
api
Key
Hash?
api
Key
Id?
email
email
Verified?
is
System
User?
session
Id?
user
Record?
Properties
Optional
api
Key
apiKey
?:
string
Optional
api
Key
Hash
apiKeyHash
?:
string
Optional
api
Key
Id
apiKeyId
?:
string
email
email
:
string
Optional
email
Verified
emailVerified
?:
boolean
Optional
is
System
User
isSystemUser
?:
boolean
Optional
session
Id
sessionId
?:
string
Optional
user
Record
userRecord
?:
UserInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
api
Key
Hash
api
Key
Id
email
email
Verified
is
System
User
session
Id
user
Record
Member Junction
Loading...
Context user payload passed from auth middleware to GraphQL resolvers.