Preparing search index...
The search index is not available
Vincent Docs
Vincent Docs
vincent-app-sdk
jwt
CreateAppUserJWTParams
Interface CreateAppUserJWTParams
interface
CreateAppUserJWTParams
{
app
:
{
id
:
number
;
version
:
number
}
;
audience
:
string
|
string
[]
;
authentication
:
PKPAuthenticationMethod
;
expiresInMinutes
:
number
;
payload
?:
PayloadWithoutInternallySetKeys
;
pkpInfo
:
IRelayPKP
;
pkpWallet
:
PKPEthersWallet
;
}
Hierarchy
VincentPKPJWTParams
CreateAppUserJWTParams
Index
Properties
app
audience
authentication
expires
In
Minutes
payload?
pkp
Info
pkp
Wallet
Properties
app
app
:
{
id
:
number
;
version
:
number
}
audience
audience
:
string
|
string
[]
authentication
authentication
:
PKPAuthenticationMethod
expires
In
Minutes
expiresInMinutes
:
number
Optional
payload
payload
?:
PayloadWithoutInternallySetKeys
pkp
Info
pkpInfo
:
IRelayPKP
pkp
Wallet
pkpWallet
:
PKPEthersWallet
Settings
Theme
OS
Light
Dark
On This Page
Properties
app
audience
authentication
expires
In
Minutes
payload
pkp
Info
pkp
Wallet
Vincent Docs
Loading...