Documentation ¶
Index ¶
- type APIRestClient
- type Client
- func (f *Client) ChangePassword(ctx context.Context, uid, password string) error
- func (c *Client) CreateUser(ctx context.Context, userID, email, password string) error
- func (f *Client) DeleteUser(ctx context.Context, uid string) error
- func (f *Client) Login(ctx context.Context, email, password string) (SignInResponse, error)
- func (f *Client) RefreshToken(ctx context.Context, refresh string) (string, error)
- func (f *Client) VerifyIDToken(ctx context.Context, idToken string) error
- type Firebase
- type RefreshRequest
- type RefreshResponse
- type SignInRequest
- type SignInResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIRestClient ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ChangePassword ¶
func (*Client) CreateUser ¶
func (*Client) RefreshToken ¶
type RefreshRequest ¶
type RefreshResponse ¶
type SignInRequest ¶
Click to show internal directories.
Click to hide internal directories.