Hiyve Components - v1.0.0
    Preparing search index...
    • Access the underlying HiyveAuth client instance for advanced use cases.

      Use this when you need to call identity-client methods that aren't exposed through the provider's convenience wrappers.

      Returns HiyveAuth

      The HiyveAuth client instance.

      Error if called outside of an IdentityProvider.

      function AdvancedAuth() {
      const authClient = useAuthClient();
      // Call identity-client methods directly
      const tokens = await authClient.getTokens();
      }