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

VerifyChallengeResponseRequest

import type { VerifyChallengeResponseRequest } from "https://googleapis.deno.dev/v1/verifiedaccess:v2.ts";

Signed ChallengeResponse.

interface VerifyChallengeResponseRequest {
challengeResponse?: Uint8Array;
expectedIdentity?: string;
}

§Properties

§
challengeResponse?: Uint8Array
[src]

Required. The generated response to the challenge, the bytes representation of SignedData.

§
expectedIdentity?: string
[src]

Optional. Service can optionally provide identity information about the device or user associated with the key. For an EMK, this value is the enrolled domain. For an EUK, this value is the user's email address. If present, this value will be checked against contents of the response, and verification will fail if there is no match.