Members
FilesAdapter
Simple filename validation
(constant) crypto
GridFSBucketAdapter Stores files in Mongo using GridFS Requires the database adapter to be based on mongoclient
Methods
(async) getSigningKey(client, key)
Returns the signing key from a JWKS client.
Parameters:
Name | Type | Description |
---|---|---|
client | Object | The JWKS client. |
key | String | The kid. |
Type Definitions
AuthPolicy
AuthPolicy default: can be combined with ONE additional auth provider if additional configured on user additional: could be only used with a default policy auth provider solo: Will ignore ALL additional providers if additional configured on user
Type:
- "default" |
"additional" | "solo"