Flutter: listProviders

Lists all custom providers, optionally filtered by provider type.

Parameters

Examples

List custom providers

final List<CustomOAuthProvider> providers =
    await supabase.auth.admin.customProviders.listProviders();