Versions in this module Expand all Collapse all v0 v0.7.1 Sep 19, 2023 v0.7.0 Sep 19, 2023 Changes in this version + type Service interface + AddUser func(ctx context.Context, profile UserProfile) (string, error) + GetLogoutURL func(ctx context.Context) (string, error) + RemoveUser func(ctx context.Context, userID string) error + ResendInviteEmail func(ctx context.Context, userID string) error + UpdateUser func(ctx context.Context, profile UserProfile) error + type UserProfile interface + GetFirstName func() string + GetID func() string + GetLastName func() string + GetPrimaryEmailAddress func() string