Lists all custom providers, optionally filtered by provider type.
When set, only providers of this type are returned. Either `CustomProviderType.oauth2` or `CustomProviderType.oidc`.
final List<CustomOAuthProvider> providers =
await supabase.auth.admin.customProviders.listProviders();