Skip to main content

Module middleware

Module middleware 

Source

Structs§

AuthHandle
AuthMiddleware
Add credentials and refetch after expiry or rejection. Shared handles share credentials, callback serialization, and lockout state. Without a callback, expired or rejected credentials remain in use until set.
Credential
ReadonlyClient
A client that will error on requests that write to the network.
ReadonlyClientBuilder
Builder for ReadonlyClient.

Enums§

ReadonlyClientBuilderError
Error type for ReadonlyClientBuilder

Traits§

AuthCallback