IO Wallet SDK
GitHub
npm
Preparing search index...
@pagopa/io-wallet-oid4vci
CredentialRequestOptionsV1_0
Interface CredentialRequestOptionsV1_0
Options for creating a credential request with v1.0 Does NOT include keyAttestation parameter
interface
CredentialRequestOptionsV1_0
{
callbacks
:
Pick
<
CallbackContext
,
"signJwt"
>
;
clientId
:
string
;
config
:
IoWalletSdkConfig
<
V1_0
>
;
credential_identifier
:
string
;
issuerIdentifier
:
string
;
nonce
:
string
;
signer
:
JwtSignerJwk
;
}
Hierarchy (
View Summary
)
BaseCredentialRequestOptions
CredentialRequestOptionsV1_0
Index
Properties
callbacks
client
Id
config
credential_
identifier
issuer
Identifier
nonce
signer
Properties
callbacks
callbacks
:
Pick
<
CallbackContext
,
"signJwt"
>
client
Id
clientId
:
string
config
config
:
IoWalletSdkConfig
<
V1_0
>
credential_
identifier
credential_identifier
:
string
issuer
Identifier
issuerIdentifier
:
string
nonce
nonce
:
string
signer
signer
:
JwtSignerJwk
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callbacks
client
Id
config
credential_
identifier
issuer
Identifier
nonce
signer
GitHub
npm
IO Wallet SDK
Loading...
Options for creating a credential request with v1.0 Does NOT include keyAttestation parameter