res://addons/w4gd/smauth/smauth.gd

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

The W4 Cloud custom authentication end-point at /idp/v1.

Properties

res://addons/w4gd/supabase/endpoint.gd

idp

Methods

void

login_device ( String id, String key )

void

login_device_auto ( )


Property Descriptions

res://addons/w4gd/supabase/endpoint.gd idp

The custom authentication endpoint.


Method Descriptions

void login_device ( String id, String key )

Login using a device ID and key combination. Store the ID and key in the client to allow the client to reuse the same player. id A randomly generated UUIDv4 to use a username. key A randomly generated string to be use as password for future logins.


void login_device_auto ( )

Login using device specific information