Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceAuthResponse ¶
type DeviceAuthResponse = auth.DeviceAuthResponse
DeviceAuthResponse represents the response from a device authentication request.
type Usecase ¶
type Usecase struct {
// contains filtered or unexported fields
}
Usecase is the services to handle login authentication.
func NewUsecase ¶
func NewUsecase( tokenService auth.TokenService, authService auth.AuthenticateService, hostingService hosting.HostingService, ) *Usecase
NewUsecase creates a new Usecase instance with the provided services.
Click to show internal directories.
Click to hide internal directories.