Variable.KeybanAuthContext
const KeybanAuthContext: Context<null | AuthContext>;
Context for Keyban authentication.
This context provides an AuthContext
or null
if not available.
It is used to manage authentication state and provide authentication-related
functionality throughout the application.