Preparing search index...
The search index is not available
Documentation
Documentation
@near-js/biometric-ed25519
utils
sanitizeCreateKeyResponse
Function sanitizeCreateKeyResponse
sanitizeCreateKeyResponse
(
res
:
Credential
,
)
:
|
Credential
|
{
authenticatorAttachment
:
string
;
id
:
string
;
rawId
:
any
;
response
:
{
attestationObject
:
any
;
clientDataJSON
:
any
}
;
type
:
string
;
getClientExtensionResults
()
:
AuthenticationExtensionsClientOutputs
;
}
Parameters
res
:
Credential
Returns
|
Credential
|
{
authenticatorAttachment
:
string
;
id
:
string
;
rawId
:
any
;
response
:
{
attestationObject
:
any
;
clientDataJSON
:
any
}
;
type
:
string
;
getClientExtensionResults
()
:
AuthenticationExtensionsClientOutputs
;
}
Credential
{
authenticatorAttachment
:
string
;
id
:
string
;
rawId
:
any
;
response
:
{
attestationObject
:
any
;
clientDataJSON
:
any
}
;
type
:
string
;
getClientExtensionResults
()
:
AuthenticationExtensionsClientOutputs
;
}
Readonly
authenticatorAttachment
:
string
Readonly
id
:
string
MDN Reference
rawId
:
any
response
:
{
attestationObject
:
any
;
clientDataJSON
:
any
}
Readonly
type
:
string
MDN Reference
getClientExtensionResults
:
function
getClientExtensionResults
()
:
AuthenticationExtensionsClientOutputs
MDN Reference
Returns
AuthenticationExtensionsClientOutputs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
MDN Reference