node-webauthn
Preparing search index...
AttestationPolicyInput
Type Alias AttestationPolicyInput
type
AttestationPolicyInput
=
{
allowed_formats
?:
readonly
(
|
"none"
|
"packed"
|
"fido-u2f"
|
"apple"
|
"android-key"
|
"android-safetynet"
|
"tpm"
)
[]
;
max_safetynet_age_ms
?:
number
;
metadata_provider
?:
AttestationMetadataProvider
;
require_safetynet_cts_profile_match
?:
boolean
;
require_trusted_attestation
?:
boolean
;
trust_anchors
?:
ReadonlyArray
<
string
|
Buffer
|
Uint8Array
>
;
trust_mode
?:
"none"
|
"permissive"
|
"strict"
;
}
Index
Properties
allowed_
formats?
max_
safetynet_
age_
ms?
metadata_
provider?
require_
safetynet_
cts_
profile_
match?
require_
trusted_
attestation?
trust_
anchors?
trust_
mode?
Properties
Optional
Readonly
allowed_
formats
allowed_formats
?:
readonly
(
|
"none"
|
"packed"
|
"fido-u2f"
|
"apple"
|
"android-key"
|
"android-safetynet"
|
"tpm"
)
[]
Optional
Readonly
max_
safetynet_
age_
ms
max_safetynet_age_ms
?:
number
Optional
Readonly
metadata_
provider
metadata_provider
?:
AttestationMetadataProvider
Optional
Readonly
require_
safetynet_
cts_
profile_
match
require_safetynet_cts_profile_match
?:
boolean
Optional
Readonly
require_
trusted_
attestation
require_trusted_attestation
?:
boolean
Optional
Readonly
trust_
anchors
trust_anchors
?:
ReadonlyArray
<
string
|
Buffer
|
Uint8Array
>
Optional
Readonly
trust_
mode
trust_mode
?:
"none"
|
"permissive"
|
"strict"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed_
formats
max_
safetynet_
age_
ms
metadata_
provider
require_
safetynet_
cts_
profile_
match
require_
trusted_
attestation
trust_
anchors
trust_
mode
node-webauthn
Loading...