Documentation
¶
Overview ¶
Package pkce is the public API for PKCE-request persistence. PKCE state piggy-backs on the oauth_authorization_codes row keyed by the same signature; the underlying queries are sqlc-generated in the sqlcgen subpackage and re-exported here via zero-cost type aliases so callers can write pkce.New, pkce.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 PKCERequest ¶
type PKCERequest = sqlcgen.GetPKCERequestRow
type SetPKCERequestParams ¶
type SetPKCERequestParams = sqlcgen.SetPKCERequestParams
Click to show internal directories.
Click to hide internal directories.