Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth4webapi/mod.ts>JWK

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
interface JWK
import { type JWK } from "https://deno.land/x/oauth4webapi@v2.17.0/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