type alias JWTAlgorithm

Supported JWT algorithms for AP2 protocol

Definition

"RS256"
| "RS384"
| "RS512"
| "ES256"
| "ES384"
| "ES512"

Usage

import { type JWTAlgorithm } from ".";