wwWallet core documentation
Preparing search index...
client-core/src
Config
Type Alias Config
type
Config
=
{
clientStateStore
?:
ClientStateStore
;
dpop_ttl_seconds
?:
number
;
httpClient
?:
HttpClient
;
presentationCredentialsStore
?:
PresentationCredentialsStore
;
static_clients
?:
OauthClient
[]
;
vpTokenSigner
?:
VpTokenSigner
;
wallet_callback_url
?:
string
;
wallet_url
?:
string
;
}
Index
Properties
client
State
Store?
dpop_
ttl_
seconds?
http
Client?
presentation
Credentials
Store?
static_
clients?
vp
Token
Signer?
wallet_
callback_
url?
wallet_
url?
Properties
Optional
client
State
Store
clientStateStore
?:
ClientStateStore
Optional
dpop_
ttl_
seconds
dpop_ttl_seconds
?:
number
Optional
http
Client
httpClient
?:
HttpClient
Optional
presentation
Credentials
Store
presentationCredentialsStore
?:
PresentationCredentialsStore
Optional
static_
clients
static_clients
?:
OauthClient
[]
Optional
vp
Token
Signer
vpTokenSigner
?:
VpTokenSigner
Optional
wallet_
callback_
url
wallet_callback_url
?:
string
Optional
wallet_
url
wallet_url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
State
Store
dpop_
ttl_
seconds
http
Client
presentation
Credentials
Store
static_
clients
vp
Token
Signer
wallet_
callback_
url
wallet_
url
wwWallet core documentation
Loading...