Skip to main content

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

ParameterType
propsProviderProps

Returns

ReactNode