Documentation ¶
Index ¶
- Variables
- func ExternalIdExists(m *microservice.Microservice, tenant string, externalID string) bool
- func GetDeviceHMAC(secret string, keys ...string) []byte
- func GetSharedCredentials(c echo.Context) error
- func GetToken(c echo.Context) error
- func RegisterDevice(c echo.Context) error
- func RegisterEnrolmentHandlers(e *echo.Echo)
- func RegisterSharedAuthHandlers(e *echo.Echo)
- type ErrorMessage
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ExternalIdExists ¶
func ExternalIdExists(m *microservice.Microservice, tenant string, externalID string) bool
func GetDeviceHMAC ¶
func GetSharedCredentials ¶
func GetSharedCredentials(c echo.Context) error
func GetToken ¶
func GetToken(c echo.Context) error
GetDeviceByNameHandler returns a managed object by its name
func RegisterDevice ¶
func RegisterDevice(c echo.Context) error
func RegisterEnrolmentHandlers ¶
func RegisterEnrolmentHandlers(e *echo.Echo)
RegisterHandlers registers the http handlers to the given echo server
func RegisterSharedAuthHandlers ¶
func RegisterSharedAuthHandlers(e *echo.Echo)
Types ¶
type ErrorMessage ¶
func (*ErrorMessage) Error ¶
func (e *ErrorMessage) Error() string
Click to show internal directories.
Click to hide internal directories.