Dart Reference v2.0

Auth Admin

  • Any method under the supabase.auth.admin namespace requires a service_role key.
  • These methods are considered admin methods and should be called on a trusted server. Never expose your service_role key in the Flutter app.

final supabase = SupabaseClient(supabaseUrl, serviceRoleKey);