Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Base = typesrest.NewBaseEndpoint("access-tokens")
Base is the base endpoint for the auth service access tokens REST endpoints
View Source
var (
IsAccessTokenValidMapper = typesrest.NewMapper(ValidByJwtId, grpcauth.IsAccessTokenValid)
)
Auth service access tokens endpoints mapping
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.