Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationResult ¶
type AuthenticationService ¶
type AuthenticationService struct {
AuthServerURL string
}
func (*AuthenticationService) Authenticate ¶
func (a *AuthenticationService) Authenticate(emailAddress string, password string) (*AuthenticationResult, error)
type InvalidCredentialsErr ¶
type InvalidCredentialsErr struct{}
func (InvalidCredentialsErr) Error ¶
func (e InvalidCredentialsErr) Error() string
Click to show internal directories.
Click to hide internal directories.