Documentation ¶
Index ¶
- type Auth
- func (a *Auth) CreateUser(ctx context.Context, email string, password string) (string, error)
- func (a *Auth) DeleteUser(ctx context.Context, uid string) error
- func (a *Auth) GetUIDByEmail(ctx context.Context, email string) (string, error)
- func (a *Auth) UpdateUser(ctx context.Context, uid string, email string, password string, disabled bool) error
- func (a *Auth) VerifyIDToken(ctx context.Context, idToken string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
Auth - Authenticationの構造体
func (*Auth) CreateUser ¶
CreateUser - 新しいFirebase Authenticationユーザーを作成
func (*Auth) DeleteUser ¶
DeleteUser - 既存のユーザーをuidで削除
func (*Auth) GetUIDByEmail ¶
GetUIDByEmail - メールアドレスによるユーザーUIDの取得
Click to show internal directories.
Click to hide internal directories.