useStytchB2BClient is a hook that returns the Stytch client that was passed into <StytchB2BProvider>. Use the client to call any SDK methods. To follow React best practices, these methods should only be called in callbacks or useEffect hooks.Get the Stytch B2B client instance using the Stytch React Native SDK
useStytchB2BClient is a hook that returns the Stytch client that was passed into <StytchB2BProvider>. Use the client to call any SDK methods. To follow React best practices, these methods should only be called in callbacks or useEffect hooks.