Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Base = typesrest.NewEndpoint("access-tokens")
Base is the base endpoint for the auth service access tokens REST endpoints
View Source
var (
IsAccessTokenValidHandler = typesrest.NewHandler(ValidByJwtId, grpcauth.IsAccessTokenValid)
)
Auth service access tokens endpoints handlers
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.
Click to show internal directories.
Click to hide internal directories.