auth.provider API
Preparing search index...
@o3co/auth-provider-core
AsymmetricKeyStoreOptions
Interface AsymmetricKeyStoreOptions
interface
AsymmetricKeyStoreOptions
{
algorithm
:
"RS256"
|
"ES256"
|
"EdDSA"
;
kid
:
string
;
previousKeys
?:
{
expiresAt
:
Date
;
kid
:
string
;
publicKeyPem
:
string
}
[]
;
privateKeyPem
:
string
;
publicKeyPem
:
string
;
}
Index
Properties
algorithm
kid
previous
Keys?
private
Key
Pem
public
Key
Pem
Properties
algorithm
algorithm
:
"RS256"
|
"ES256"
|
"EdDSA"
kid
kid
:
string
Optional
previous
Keys
previousKeys
?:
{
expiresAt
:
Date
;
kid
:
string
;
publicKeyPem
:
string
}
[]
private
Key
Pem
privateKeyPem
:
string
public
Key
Pem
publicKeyPem
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
kid
previous
Keys
private
Key
Pem
public
Key
Pem
auth.provider API
Loading...