Dfns TypeScript SDK - v0.7.14
Preparing search index...
@dfns/sdk-keysigner
AsymmetricKeySigner
Class AsymmetricKeySigner
Implements
CredentialSigner
<
KeyAssertion
>
Index
Constructors
constructor
Methods
sign
Constructors
constructor
new
AsymmetricKeySigner
(
options
:
{
algorithm
?:
string
;
credId
:
string
;
privateKey
:
string
}
,
)
:
AsymmetricKeySigner
Parameters
options
:
{
algorithm
?:
string
;
credId
:
string
;
privateKey
:
string
}
Returns
AsymmetricKeySigner
Methods
sign
sign
(
challenge
:
UserActionChallenge
)
:
Promise
<
KeyAssertion
>
Parameters
challenge
:
UserActionChallenge
Returns
Promise
<
KeyAssertion
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
sign
Dfns TypeScript SDK - v0.7.14
Loading...