Documentation ¶
Index ¶
- type AuthServiceHandler
- func (h *AuthServiceHandler) ConfirmAccount(ctx context.Context, req *pb.ConfirmAccountRequest) (*pb.ConfirmAccountResponse, error)
- func (h *AuthServiceHandler) GetSessions(ctx context.Context, req *pb.GetSessionsRequest) (*pb.GetSessionsResponse, error)
- func (h *AuthServiceHandler) GetUserinfo(ctx context.Context, req *pb.GetUserInfoRequest) (*pb.GetUserInfoResponse, error)
- func (h *AuthServiceHandler) Login(ctx context.Context, req *pb.LoginRequest) (*pb.LoginResponse, error)
- func (h *AuthServiceHandler) PasswordRequest(ctx context.Context, req *pb.PasswordRequestRequest) (*pb.PasswordRequestResponse, error)
- func (h *AuthServiceHandler) PasswordReset(ctx context.Context, req *pb.PasswordResetRequest) (*pb.PasswordResetResponse, error)
- func (h *AuthServiceHandler) RefreshToken(ctx context.Context, req *pb.RefreshTokenRequest) (*pb.RefreshTokenResponse, error)
- func (h *AuthServiceHandler) Registration(ctx context.Context, req *pb.RegistrationRequest) (*pb.RegistrationResponse, error)
- func (h *AuthServiceHandler) RevokeToken(ctx context.Context, req *pb.RevokeTokenRequest) (*pb.RevokeTokenResponse, error)
- func (h *AuthServiceHandler) SetConfirmCode(ctx context.Context, req *pb.SetConfirmCodeRequest) (*pb.SetConfirmCodeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServiceHandler ¶
type AuthServiceHandler struct { pb.UnimplementedAuthServiceServer // contains filtered or unexported fields }
func NewAuthServiceHandler ¶
func NewAuthServiceHandler(s service.AuthService) *AuthServiceHandler
func (*AuthServiceHandler) ConfirmAccount ¶
func (h *AuthServiceHandler) ConfirmAccount(ctx context.Context, req *pb.ConfirmAccountRequest) (*pb.ConfirmAccountResponse, error)
func (*AuthServiceHandler) GetSessions ¶
func (h *AuthServiceHandler) GetSessions(ctx context.Context, req *pb.GetSessionsRequest) (*pb.GetSessionsResponse, error)
func (*AuthServiceHandler) GetUserinfo ¶
func (h *AuthServiceHandler) GetUserinfo(ctx context.Context, req *pb.GetUserInfoRequest) (*pb.GetUserInfoResponse, error)
func (*AuthServiceHandler) Login ¶
func (h *AuthServiceHandler) Login(ctx context.Context, req *pb.LoginRequest) (*pb.LoginResponse, error)
func (*AuthServiceHandler) PasswordRequest ¶
func (h *AuthServiceHandler) PasswordRequest(ctx context.Context, req *pb.PasswordRequestRequest) (*pb.PasswordRequestResponse, error)
func (*AuthServiceHandler) PasswordReset ¶
func (h *AuthServiceHandler) PasswordReset(ctx context.Context, req *pb.PasswordResetRequest) (*pb.PasswordResetResponse, error)
func (*AuthServiceHandler) RefreshToken ¶
func (h *AuthServiceHandler) RefreshToken(ctx context.Context, req *pb.RefreshTokenRequest) (*pb.RefreshTokenResponse, error)
func (*AuthServiceHandler) Registration ¶
func (h *AuthServiceHandler) Registration(ctx context.Context, req *pb.RegistrationRequest) (*pb.RegistrationResponse, error)
func (*AuthServiceHandler) RevokeToken ¶
func (h *AuthServiceHandler) RevokeToken(ctx context.Context, req *pb.RevokeTokenRequest) (*pb.RevokeTokenResponse, error)
func (*AuthServiceHandler) SetConfirmCode ¶
func (h *AuthServiceHandler) SetConfirmCode(ctx context.Context, req *pb.SetConfirmCodeRequest) (*pb.SetConfirmCodeResponse, error)
Click to show internal directories.
Click to hide internal directories.