useAuth
useAuth
useAuthUsage
import { useAuth } from '@billing-js/react-billing-js'
function MyComponent(props) {
const { signIn, signOut, loading, user } = useAuth()
// use the signIn, signOut, loading, and user values to render the component
}Arguments
Returns
Last updated