Documentation ¶
Index ¶
- func GetJwks() *jose.JSONWebKeySet
- type AuthService
- func (AuthService) ForgotPassword(context.Context, *auth.ForgotPasswordRequest) (*auth.ForgotPasswordResponse, error)
- func (AuthService) Jwks(c context.Context, r *auth.EmptyRequest) (*auth.JwksResponse, error)
- func (AuthService) Login(c context.Context, loginRequest *auth.LoginRequest) (*auth.JwtToken, error)
- func (AuthService) Refresh(c context.Context, r *auth.RefreshRequest) (*auth.JwtToken, error)
- func (AuthService) Register(context.Context, *auth.RegisterRequest) (*auth.JwtToken, error)
- type JWKSJson
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthService ¶
type AuthService struct {
auth.AuthServiceServer
}
func (AuthService) ForgotPassword ¶
func (AuthService) ForgotPassword(context.Context, *auth.ForgotPasswordRequest) (*auth.ForgotPasswordResponse, error)
func (AuthService) Jwks ¶
func (AuthService) Jwks(c context.Context, r *auth.EmptyRequest) (*auth.JwksResponse, error)
func (AuthService) Login ¶
func (AuthService) Login(c context.Context, loginRequest *auth.LoginRequest) (*auth.JwtToken, error)
func (AuthService) Refresh ¶
func (AuthService) Refresh(c context.Context, r *auth.RefreshRequest) (*auth.JwtToken, error)
func (AuthService) Register ¶
func (AuthService) Register(context.Context, *auth.RegisterRequest) (*auth.JwtToken, error)
Click to show internal directories.
Click to hide internal directories.