import { generateKeyPair } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Generates a CryptoKeyPair for a given JWS alg
Algorithm identifier.
Parameters
Supported JWS alg
Algorithm identifier. Must be a
supported JWS Algorithm.
optional
options: GenerateKeyPairOptionsReturns
Promise<CryptoKeyPair>