Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IService ¶
type IService interface { SignIn(username, password, poolClientID string) (string, error) SignUp(username, password, poolClientID string) error ConfirmSignUp(username, confirmationCode, poolClientID string) error DeleteUser(accessToken string) error CreatePool(name string) (string, error) CreatePoolClient(name, poolID string) (string, error) DescribePool(poolID string) (string, error) DeletePool(poolID string) error DeletePoolClient(poolID, clientID string) error }
Click to show internal directories.
Click to hide internal directories.