node-jwt
Preparing search index...
fromWeb
Function fromWeb
fromWeb
(
url
:
string
|
URL
,
options
?:
Partial
<
{
cache
:
{
get
:
(
key
:
string
)
=>
JWKS
|
undefined
|
Promise
<
JWKS
|
undefined
>
;
set
:
(
key
:
string
,
value
:
JWKS
)
=>
void
|
Promise
<
void
>
;
}
;
endpointOverride
:
string
;
fetch
:
typeof
fetch
;
overrideEndpointCheck
:
boolean
;
timeoutMs
:
number
;
ttl
:
number
;
}
,
>
,
)
:
Promise
<
JWKSResolver
>
Parameters
url
:
string
|
URL
options
:
Partial
<
{
cache
:
{
get
:
(
key
:
string
)
=>
JWKS
|
undefined
|
Promise
<
JWKS
|
undefined
>
;
set
:
(
key
:
string
,
value
:
JWKS
)
=>
void
|
Promise
<
void
>
;
}
;
endpointOverride
:
string
;
fetch
:
typeof
fetch
;
overrideEndpointCheck
:
boolean
;
timeoutMs
:
number
;
ttl
:
number
;
}
,
>
= {}
Returns
Promise
<
JWKSResolver
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
node-jwt
Loading...