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.
Click to show internal directories.
Click to hide internal directories.