Class: Supabase::Auth::Async::AdminMfaApi

Inherits:
Supabase::Auth::AdminMfaApi show all
Defined in:
lib/supabase/auth/async/admin_mfa_api.rb

Overview

Async counterpart to Supabase::Auth::AdminMfaApi.

Behavior is identical — it delegates to the wrapped AdminApi‘s underscored MFA methods. The wrapped admin uses the async Faraday adapter, so calls inside `Async do … end` yield to the reactor on I/O.

Method Summary

Methods inherited from Supabase::Auth::AdminMfaApi

#delete_factor, #initialize, #list_factors

Constructor Details

This class inherits a constructor from Supabase::Auth::AdminMfaApi