Optional
authURL to the authentication server to use.
https://login.spinque.com/
Optional
tokenImplementation of a TokenCache. Defines a get and set method that put the token in some sort of storage. This is especially useful during development, when in-memory caching doesn't work due to frequent server restarts.
OAuth 2.0 Client Credentials flow. Uses Client ID and Client Secret to directly request an access token.
Optional
authURL to the authentication server to use.
https://login.spinque.com/
Optional
tokenImplementation of a TokenCache. Defines a get and set method that put the token in some sort of storage. This is especially useful during development, when in-memory caching doesn't work due to frequent server restarts.
OAuth 2.0 PKCE flow.
Generated using TypeDoc
Authentication configuration for an API.