Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Authenticate
JwkKey
Interface JwkKey
JSON Web Key (JWK) representation.
interface
JwkKey
{
alg
:
string
;
e
:
string
;
kid
:
string
;
kty
:
string
;
n
:
string
;
use
:
string
;
}
Index
Properties
alg
e
kid
kty
n
use
Properties
alg
alg
:
string
e
e
:
string
kid
kid
:
string
kty
kty
:
string
n
n
:
string
use
use
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alg
e
kid
kty
n
use
Harmony Auth Documentation
Loading...
JSON Web Key (JWK) representation.