Documentation ¶
Index ¶
- type Service
- func (s *Service) BasicAuth(ctx context.Context, user string, password string) (*auth.Token, error)
- func (s *Service) ReissueIdentityToken(ctx context.Context, refreshToken string, subject string) (*auth.Token, error)
- func (s *Service) ResetCredentials(ctx context.Context, email, newPassword string) error
- func (s *Service) VerifyIdentity(ctx context.Context, idToken string) (*jwt.Claims, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ReissueIdentityToken ¶ added in v0.11.0
func (*Service) ResetCredentials ¶ added in v0.11.1
Click to show internal directories.
Click to hide internal directories.