auth_service

package
v0.0.0-...-8122643 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 2 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 {
	api_server.ServiceBase
}

func NewAuthService

func NewAuthService(multitenancy ...bool) *AuthService

type LoginEndpoint

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

Jump to

Keyboard shortcuts

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