Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶ added in v0.4.0
type Account struct { Email string Registration *registration.Resource ExternalAccountBinding config.ExternalAccountBinding // contains filtered or unexported fields }
func NewAccount ¶ added in v0.4.0
func NewAccount(email string, eab config.ExternalAccountBinding) (*Account, error)
func (Account) GetPrivateKey ¶ added in v0.4.0
func (a Account) GetPrivateKey() crypto.PrivateKey
func (Account) GetRegistration ¶ added in v0.4.0
func (a Account) GetRegistration() *registration.Resource
type UserServiceLink ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.