Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewAuthService), )
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
// contains filtered or unexported fields
}
func NewAuthService ¶
func NewAuthService(env lib.Env) AuthService
func (AuthService) CreateTokens ¶
func (a AuthService) CreateTokens() (*TokenDetails, error)
func (AuthService) GetAccessUuid ¶
func (a AuthService) GetAccessUuid(tokenString string) (string, error)
func (AuthService) VerifyToken ¶
func (a AuthService) VerifyToken(tokenString string) (*jwt.Token, error)
Click to show internal directories.
Click to hide internal directories.