node-webauthn
    Preparing search index...

    Type Alias ExtensionPolicyInput

    type ExtensionPolicyInput = {
        allowed_authentication_extensions?: readonly ("appid" | "largeBlob")[];
        allowed_registration_extensions?: readonly (
            "appidExclude"
            | "credProps"
            | "largeBlob"
        )[];
    }
    Index

    Properties

    allowed_authentication_extensions?: readonly ("appid" | "largeBlob")[]
    allowed_registration_extensions?: readonly (
        "appidExclude"
        | "credProps"
        | "largeBlob"
    )[]