Preparing search index...
The search index is not available
Dfns SDK - v0.1.0
Dfns SDK
@dfns/sdk-webauthn
WebAuthn
Class WebAuthn
Hierarchy
WebAuthn
Implements
CredentialSigner
<
Fido2Assertion
>
CredentialStore
<
Fido2Attestation
>
Index
Constructors
constructor
Properties
options
Methods
create
sign
Constructors
constructor
new
Web
Authn
(
options
)
:
WebAuthn
Parameters
options
:
{
rpId
:
string
;
timeout
?:
number
;
}
rp
Id
:
string
Optional
timeout
?:
number
Returns
WebAuthn
Properties
Private
options
options
:
{
rpId
:
string
;
timeout
?:
number
;
}
Type declaration
rp
Id
:
string
Optional
timeout
?:
number
Methods
create
create
(
challenge
)
:
Promise
<
Fido2Attestation
>
Parameters
challenge
:
UserRegistrationChallenge
Returns
Promise
<
Fido2Attestation
>
sign
sign
(
challenge
,
allowCredentials
)
:
Promise
<
Fido2Assertion
>
Parameters
challenge
:
string
allowCredentials
:
{
key
:
AllowCredential
[]
;
webauthn
:
AllowCredential
[]
;
}
key
:
AllowCredential
[]
webauthn
:
AllowCredential
[]
Returns
Promise
<
Fido2Assertion
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
options
create
sign
Dfns SDK -
v0.1.0
@dfns/lib-
ethersjs5 -
v0.1.0
@dfns/lib-
ethersjs6 -
v0.1.0
@dfns/lib-
solana -
v0.1.0
@dfns/lib-
tron -
v0.1.0
@dfns/lib-
vechain -
v0.1.0
@dfns/sdk -
v0.1.0
@dfns/sdk-
keysigner -
v0.1.0
@dfns/sdk-
webauthn -
v0.1.0
Web
Authn
DEFAULT_
WAIT_
TIMEOUT
Generated using
TypeDoc