Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
api_server.ServiceBase
}
func NewAuthService ¶
func NewAuthService(multitenancy ...bool) *AuthService
type LoginEndpoint ¶
type LoginEndpoint struct { api_server.ResourceEndpoint api_server.EndpointNoHandler }
Login endpoint is derived from no handler endpoint because all processing in performed in auth preprocessing.
func NewLoginEndpoint ¶
func NewLoginEndpoint() *LoginEndpoint
type LogoutEndpoint ¶
type LogoutEndpoint struct { api_server.ResourceEndpoint api_server.EndpointNoHandler }
Logout endpoint is derived from no handler endpoint because all processing in performed in auth preprocessing.
func NewLogoutEndpoint ¶
func NewLogoutEndpoint() *LogoutEndpoint
type RefreshEndpoint ¶
type RefreshEndpoint struct { api_server.ResourceEndpoint api_server.EndpointNoHandler }
Refresh endpoint is derived from no handler endpoint because all processing in performed in auth preprocessing.
func NewRefreshEndpoint ¶
func NewRefreshEndpoint() *RefreshEndpoint
Click to show internal directories.
Click to hide internal directories.