WebAuthn configuration

interface WebauthnConfig {
    enabled?: boolean;
    rpId?: string;
    rpName?: string;
}

Properties

enabled?: boolean

Enable WebAuthn

rpId?: string

Relying party ID

rpName?: string

Relying party name