function useAuthContext<TType>(type?): AuthContextType<TType>;Defined in: account-kit/react/src/components/auth/context.ts:73
| Type Parameter | Default type |
|---|---|
| | |
| Parameter | Type | Description |
|---|---|---|
|
| Optional type of authentication step to validate against the current context |
AuthContextType<TType>
The authentication context for the current component