_auth_base
Internal base classes and shared helpers for auth provider implementations.
Last updated
Was this helpful?
Internal base classes and shared helpers for auth provider implementations.
This is the shared contract for all auth providers.
AuthManifest: what the UI needs to render auth inputs
AuthStatus: connected/disconnected state returned to the UI
AuthProvider (Protocol): required methods providers must implement
If a provider follows this contract, it can plug into:
the auth registry
the UI “Connect” flow
config persistence
Last updated
Was this helpful?
Was this helpful?