Module auth_adapter

Source
Expand description

Adapter to integrate existing AuthManager with AuthProvider trait

This module provides an adapter that allows the existing AuthManager to work with the new AuthProvider trait abstraction.

Structsยง

AuthManagerAdapter
Adapter that implements AuthProvider for the existing AuthManager
AuthManagerAdapterBuilder
Builder for AuthManagerAdapter