Preparing search index...
The search index is not available
@jackdbd/indieauth
@jackdbd/indieauth
randomKid
Function randomKid
Picks a random key ID (kid) from a list of JSON Web Key (JWK).
randomKid
(
keys
:
JWK
[]
,
)
:
|
{
error
:
Error
;
value
?:
undefined
}
|
{
error
?:
undefined
;
value
:
string
}
Parameters
keys
:
JWK
[]
Returns
{
error
:
Error
;
value
?:
undefined
}
|
{
error
?:
undefined
;
value
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jackdbd/indieauth
Loading...
Picks a random key ID (kid) from a list of JSON Web Key (JWK).