Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationChannel ¶ added in v0.5.0
type AttestationChannel struct {
// contains filtered or unexported fields
}
type AuthClient ¶ added in v0.5.0
type AuthClient struct {
// contains filtered or unexported fields
}
func (*AuthClient) EmulateTPM ¶ added in v0.5.0
func (auth *AuthClient) EmulateTPM(seed int64)
func (*AuthClient) GetAuthToken ¶ added in v0.5.0
func (auth *AuthClient) GetAuthToken() (string, string, error)
type AuthServer ¶
type AuthServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(clients clients.ClientInterface) *AuthServer
func (*AuthServer) Authenticate ¶
func (a *AuthServer) Authenticate(conn *websocket.Conn, req *http.Request, registerNamespace string) (*elm.MachineInventory, bool, error)
Click to show internal directories.
Click to hide internal directories.