Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KeyguardDismissAuthAttemptEvent

import type { KeyguardDismissAuthAttemptEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

An attempt was made to unlock the device.

interface KeyguardDismissAuthAttemptEvent {
strongAuthMethodUsed?: boolean;
success?: boolean;
}

§Properties

§
strongAuthMethodUsed?: boolean
[src]

Whether a strong form of authentication (password, PIN, or pattern) was used to unlock device.

§
success?: boolean
[src]

Whether the unlock attempt was successful.