verifyCopyimport { 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§alg: Algorithm[src]§key: CryptoKey | null[src]§Return Type§boolean[src]