Preparing search index...
The search index is not available
@microsoft/ccf-app
@microsoft/ccf-app
global
JsonWebKey
Interface JsonWebKey
Interfaces for JSON Web Key objects, as per
RFC7517
.
interface
JsonWebKey
{
kid
?:
string
;
kty
:
string
;
}
Hierarchy (
view full
)
JsonWebKey
JsonWebKeyECPublic
JsonWebKeyRSAPublic
JsonWebKeyEdDSAPublic
Index
Properties
kid?
kty
Properties
Optional
kid
kid
?:
string
Key ID.
kty
kty
:
string
Key type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kid
kty
@microsoft/ccf-app
Loading...
Interfaces for JSON Web Key objects, as per RFC7517.