Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationServer ¶
type AuthenticationServer struct { }
func NewAuthenticationServer ¶
func NewAuthenticationServer() *AuthenticationServer
func (*AuthenticationServer) Register ¶
func (s *AuthenticationServer) Register( ctx context.Context, req *connect.Request[v1.RegisterRequest], ) (*connect.Response[v1.RegisterResponse], error)
func (*AuthenticationServer) Signin ¶
func (s *AuthenticationServer) Signin( ctx context.Context, req *connect.Request[v1.SigninRequest], ) (*connect.Response[v1.SigninResponse], error)
Click to show internal directories.
Click to hide internal directories.