Current section
Files
Jump to
Current section
Files
src/gauth.erl
-module(gauth).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([auth/1]).
-type auth(FFM) :: {auth,
gauth@user@creation:user_creation_service(FFM),
gauth@user@deletion:user_deletion_service(FFM),
gauth@user@data:user_data_service(FFM)}.