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

verify

import { verify } from "https://raw.githubusercontent.com/timonson/djwt/master/algorithm.ts";
function verify(alg: Algorithm, key: CryptoKey | null): boolean;
§
verify(alg: Algorithm, key: CryptoKey | null): boolean
[src]

§Parameters

§
key: CryptoKey | null
[src]

§Return Type

§
boolean
[src]