Documentation
¶
Overview ¶
Package refreshtokens is the public API for refresh-token persistence. The underlying queries are sqlc-generated in the sqlcgen subpackage; this file re-exports them via zero-cost type aliases so callers can write refreshtokens.New, refreshtokens.Querier, etc. without leaking the sqlcgen import path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var New = sqlcgen.New
Functions ¶
This section is empty.
Types ¶
type CreateRefreshTokenParams ¶
type CreateRefreshTokenParams = sqlcgen.CreateRefreshTokenParams
type RefreshToken ¶
type RefreshToken = sqlcgen.RefreshToken
Click to show internal directories.
Click to hide internal directories.