Class: Supabase::Auth::Async::AdminMfaApi
- Inherits:
-
Supabase::Auth::AdminMfaApi
- Object
- Supabase::Auth::AdminMfaApi
- Supabase::Auth::Async::AdminMfaApi
- 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