Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oauth4webapi/mod.ts>JWK

OAuth 2 / OpenID Connect for JavaScript Runtimes
Latest
interface JWK
import { type JWK } from "https://deno.land/x/oauth4webapi@v2.11.1/mod.ts";

Index Signatures

readonly [parameter: string]: JsonValue | undefined

Properties

readonly
optional
kty: string
readonly
optional
kid: string
readonly
optional
alg: string
readonly
optional
use: string
readonly
optional
key_ops: string[]
readonly
optional
e: string
readonly
optional
n: string
readonly
optional
crv: string
readonly
optional
x: string
readonly
optional
y: string