Derive Macro AuthenticationExtension

Source
#[derive(AuthenticationExtension)]
Expand description

A proc macro for generating initialization code for an authentication extension.

Add it on top of the type which implements Extension and Authenticator traits to register it as a resolver extension.