res://addons/w4gd/supabase/auth.gd:Admin

Inherits: res://addons/w4gd/supabase/endpoint.gd < RefCounted

The Supabase authentication admin end-point at /auth/v1/admin.

Methods

void

delete_user ( StringName uid )

void

get_user ( StringName uid )

void

get_users ( )

void

update_user ( Variant uid, Dictionary data )


Method Descriptions

void delete_user ( StringName uid )

Deletes a user by their UUID in the database.


void get_user ( StringName uid )

Gets a user by their UUID in the database.


void get_users ( )

Gets a list of all users.


void update_user ( Variant uid, Dictionary data )

Updates a user by their UUID in the database.