access_tokens

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Interceptions = map[string]map[rest.Method]grpc.Method{
	ValidByJwtId.String(): {
		rest.GET: auth.IsAccessTokenValid,
	},
}

Interceptions is the map of the REST API endpoints to the auth service access tokens gRPC methods

Map is the map of the REST API endpoints of the auth service access tokens

View Source
var (
	ValidByJwtId = typesrest.NewEndpoint(
		"valid",
		typesrest.JwtId,
	)
)

Auth service access tokens REST endpoints

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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