Variable.KeybanAuthContext
const KeybanAuthContext: React.Context<AuthContext | null>;
React Context for managing and providing authentication state and functions.
Components consuming this context can access the AuthContext
object,
which likely contains information about the user's authentication status,
user details, and methods for logging in or out.
The default value is null
, indicating that no authentication context is available
outside of a KeybanAuthProvider
.