refresh_tokens

package
v0.4.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

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

Auth service refresh tokens REST endpoints

View Source
var (
	RefreshTokenMapper                = typesrest.NewMapper(Relative, grpcauth.RefreshToken)
	GetRefreshTokensInformationMapper = typesrest.NewMapper(Relative, grpcauth.GetRefreshTokensInformation)
	RevokeRefreshTokensMapper         = typesrest.NewMapper(Relative, grpcauth.RevokeRefreshTokens)
	GetRefreshTokenInformationMapper  = typesrest.NewMapper(ByJwtId, grpcauth.GetRefreshTokenInformation)
	RevokeRefreshTokenMapper          = typesrest.NewMapper(ByJwtId, grpcauth.RevokeRefreshToken)
	IsRefreshTokenValidMapper         = typesrest.NewMapper(ValidByJwtId, grpcauth.IsRefreshTokenValid)
)

Auth service refresh tokens endpoints mapping

View Source
var Base = typesrest.NewEndpoint("refresh-tokens")

Base is the base endpoint for the auth service refresh 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