macro_rules! export_authentication_provider {
(constructor = $constructor:path $(,)?) => { ... };
}Expand description
Exports the authentication-provider entrypoint expected by gestaltd.
macro_rules! export_authentication_provider {
(constructor = $constructor:path $(,)?) => { ... };
}Exports the authentication-provider entrypoint expected by gestaltd.