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

VerifiedAccess

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

API for Verified Access chrome extension to provide credential verification for chrome devices connecting to an enterprise network

class VerifiedAccess {
constructor(client?: CredentialsClient, baseUrl?: string);
async challengeGenerate(req: Empty): Promise<Challenge>;
async challengeVerify(req: VerifyChallengeResponseRequest): Promise<VerifyChallengeResponseResult>;
}

§Constructors

§
new VerifiedAccess(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
challengeGenerate(req: Empty): Promise<Challenge>
[src]

Generates a new challenge.

§

Verifies the challenge response.