Function.KeybanAuthContext
function KeybanAuthContext(props: ProviderProps): ReactNode
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.
Parameters
Parameter | Type |
---|---|
props | ProviderProps |
Returns
ReactNode