Interface IBiometryConfiguration

interface IBiometryConfiguration {
    enabled?: boolean;
    portraitPhoto: string;
    timeout?: number;
    type: ChallengeType;
}

Hierarchy (view full)

Properties

enabled?: boolean
portraitPhoto: string
timeout?: number