services

package
v0.0.0-...-847e23e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: AGPL-3.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationServer

func (*AuthenticationServer) IsAuthorizationRequired

func (s *AuthenticationServer) IsAuthorizationRequired() bool

func (*AuthenticationServer) RefreshToken

func (*AuthenticationServer) ResetPassword

func (*AuthenticationServer) ResetPasswordConfirm

func (*AuthenticationServer) SignIn

func (*AuthenticationServer) SignUp

type PermissionServer

func (*PermissionServer) IsAuthorizationRequired

func (s *PermissionServer) IsAuthorizationRequired() bool

type RoleServer

func (*RoleServer) IsAuthorizationRequired

func (s *RoleServer) IsAuthorizationRequired() bool

type SessionServer

func (*SessionServer) DeleteSession

func (*SessionServer) GetSessions

func (*SessionServer) IsAuthorizationRequired

func (s *SessionServer) IsAuthorizationRequired() bool

func (*SessionServer) SignOut

type UserServer

func (*UserServer) ChangeEmail

func (s *UserServer) ChangeEmail(ctx context.Context, in *v1.ChangeEmailRequest) (*v1.DefaultResponse, error)

func (*UserServer) ChangePassword

func (s *UserServer) ChangePassword(ctx context.Context, in *v1.ChangePasswordRequest) (*v1.DefaultResponse, error)

func (*UserServer) DeleteUser

DeleteUser TODO: Implement this function

func (*UserServer) GetUser

func (*UserServer) GetUserProfile

func (*UserServer) GetUsers

func (s *UserServer) GetUsers(ctx context.Context, in *v1.ListRequest) (*v1.GetUsersResponse, error)

func (*UserServer) IsAuthorizationRequired

func (s *UserServer) IsAuthorizationRequired() bool

func (*UserServer) SendVerificationCode

func (s *UserServer) SendVerificationCode(ctx context.Context, in *v1.SendVerificationCodeRequest) (*v1.DefaultResponse, error)

func (*UserServer) UpdateUser

func (s *UserServer) UpdateUser(ctx context.Context, in *v1.UpdateUserRequest) (*v1.DefaultResponse, error)

UpdateUser TODO: Refactor this function

func (*UserServer) Verify

func (*UserServer) VerifyToken

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL