Documentation ¶
Index ¶
Constants ¶
View Source
const ( GrantTypeAccess = "access" GrantTypeRefresh = "refresh" )
Variables ¶
This section is empty.
Functions ¶
func GeneratePasswordHash ¶
func InitServiceBean ¶
Types ¶
type AuthenticationService ¶
type AuthenticationService interface {
Login(ctx context.Context, loginReq apisv1.LoginRequest) (*apisv1.LoginResponse, error)
}
func NewAuthenticationService ¶
func NewAuthenticationService() AuthenticationService
type UserService ¶
Click to show internal directories.
Click to hide internal directories.