auth_services

package
v0.0.0-...-e299d79 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthService

type AuthService struct {
	// contains filtered or unexported fields
}

func NewAuthService

func NewAuthService() *AuthService

func (*AuthService) AuthenticateUser

func (s *AuthService) AuthenticateUser(email string, password string) (map[string]string, error)

func (*AuthService) GetAuthorizedTokens

func (s *AuthService) GetAuthorizedTokens(id string, email string, alias string) (map[string]string, error)

func (*AuthService) GetRefreshTokenData

func (s *AuthService) GetRefreshTokenData(token string) (string, string, string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL