Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService interface { Login(ctx context.Context, req *entities.LoginReq) (*entities.Token, error) RenewSession(ctx context.Context, req *entities.RefreshTokenReq) (*entities.Token, error) }
func New ¶
func New(client *authentication.Authentication, log logger.Logger) AuthService
Click to show internal directories.
Click to hide internal directories.