Discover Packages
github.com/st3fan/gofxa
fxa
package
Version:
v0.0.0-...-590590f
Opens a new window with list of versions in this module.
Published: Apr 25, 2017
License: MPL-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
func NewHawkCredentials(id string , key []byte ) hawkCredentials
type Client struct {
KeyA []byte
KeyB []byte
}
Structure that maintains the state of a Firefox Accounts Client.
Create a new client with the specified email and password.
Fetch encryption keys from the Firefox Accounts service.
Login to the Firefox Accounts service.
Sign a certificate with the given DSA key. Returns an encoded certificate.
type ErrorResponse struct {
Code int `json:"code"`
Errno int `json:"errno"`
Err string `json:"error"`
Message string `json:"message"`
Info string `json:"info"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.