Class: Supabase::Auth::Async::AdminOAuthApi

Inherits:
Supabase::Auth::AdminOAuthApi show all
Defined in:
lib/supabase/auth/async/admin_oauth_api.rb

Overview

Async counterpart to Supabase::Auth::AdminOAuthApi.

Behavior is identical — it delegates to the wrapped AdminApi‘s underscored 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::AdminOAuthApi

#create_client, #delete_client, #get_client, #initialize, #list_clients, #regenerate_client_secret, #update_client

Constructor Details

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