Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
HTTPClient *http.Client
Credentials *auth.TokenResponse
}
func (*Client) RegisterKeyED25519 ¶
func (c *Client) RegisterKeyED25519(key ed25519.PublicKey) (RegisterPublicKeyResponse, error)
func (*Client) RegisterKeyRSA ¶
func (c *Client) RegisterKeyRSA(key *rsa.PublicKey) (RegisterPublicKeyResponse, error)
Click to show internal directories.
Click to hide internal directories.