Documentation
¶
Overview ¶
Package oidc is the public API for OpenID Connect session 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 oidc.New, oidc.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 CreateOpenIDSessionParams ¶
type CreateOpenIDSessionParams = sqlcgen.CreateOpenIDSessionParams
type OpenIDSession ¶
type OpenIDSession = sqlcgen.OpenIDSession
Click to show internal directories.
Click to hide internal directories.