@luolapeikko/oidc-jwt-verify
Preparing search index...
@luolapeikko/oidc-jwt-verify
JsonWebKey
Type Alias JsonWebKey
Json Web Key validation schema.
Json Web Key Spec
type
JsonWebKey
=
{
alg
?:
string
;
e
:
string
;
issuer
?:
string
;
kid
:
string
;
kty
:
string
;
n
:
string
;
use
:
string
;
x5c
?:
string
[]
;
x5t
?:
string
;
}
Index
Properties
alg?
e
issuer?
kid
kty
n
use
x5c?
x5t?
Properties
Optional
alg
alg
?:
string
e
e
:
string
Optional
issuer
issuer
?:
string
kid
kid
:
string
kty
kty
:
string
n
n
:
string
use
use
:
string
Optional
x5c
x5c
?:
string
[]
Optional
x5t
x5t
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
e
issuer
kid
kty
n
use
x5c
x5t
@luolapeikko/oidc-jwt-verify
Loading...
Json Web Key validation schema.