Documentation
¶
Index ¶
- type Server
- func (s *Server) AuthenticateSession(req *api.AuthenticationRequest) (*api.AuthenticationResponse, error)
- func (s *Server) GetPublicKey() key.PublicKey
- func (s *Server) RegisterRoutes(e *echo.Echo, enableEndpoints bool)
- func (s *Server) RegisterSession(req *api.RegisterSessionRequest) (*api.SessionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AuthenticateSession ¶
func (s *Server) AuthenticateSession(req *api.AuthenticationRequest) (*api.AuthenticationResponse, error)
func (*Server) GetPublicKey ¶
func (*Server) RegisterRoutes ¶
func (*Server) RegisterSession ¶
func (s *Server) RegisterSession(req *api.RegisterSessionRequest) (*api.SessionResponse, error)
Click to show internal directories.
Click to hide internal directories.