pub trait GetSigningKey { }
Expand description

A trait bound that describes how we obtain a signing key of a given type given a request. If you need to encapsulate additional data (e.g. a database connection) to look up a key, use this to implement a struct.

Implementations on Foreign Types

Implementors