sveltekit-oidc - v1.1.1
Preparing search index...
OIDCPrivateKeyJwtOptions
Type Alias OIDCPrivateKeyJwtOptions
type
OIDCPrivateKeyJwtOptions
=
{
algorithm
?:
"RS256"
|
"RS384"
|
"RS512"
;
expiresInSeconds
?:
number
;
keyId
?:
string
;
privateKey
:
string
|
KeyObject
;
}
Index
Properties
algorithm?
expires
In
Seconds?
key
Id?
private
Key
Properties
Optional
algorithm
algorithm
?:
"RS256"
|
"RS384"
|
"RS512"
Optional
expires
In
Seconds
expiresInSeconds
?:
number
Optional
key
Id
keyId
?:
string
private
Key
privateKey
:
string
|
KeyObject
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
expires
In
Seconds
key
Id
private
Key
sveltekit-oidc - v1.1.1
Loading...