import { KeyStack } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/keyStack.ts?s=KeyStack";
Properties
readonly
length: number[src]Methods
Given data
and a digest
, return the current index of the key in the
keys
passed the constructor that was used to generate the digest. If no
key can be found, the method returns -1
.
Take data
and return a SHA256 HMAC digest that uses the current 0 index
of the keys
passed to the constructor. This digest is in the form of a
URL safe base64 encoded string.
Given data
and a digest
, verify that one of the keys
provided the
constructor was used to generate the digest
. Returns true
if one of
the keys was used, otherwise false
.
[Symbol.for("Deno.customInspect")](inspect: (value: unknown) => string)[src]
[Symbol.for("nodejs.util.inspect.custom")]()[src]
depth: number,
options: any,
inspect: (value: unknown, options?: unknown) => string,