MCPcopy
hub / github.com/tinyauthapp/tinyauth / DeleteOidcCodeBySub

Method DeleteOidcCodeBySub

internal/repository/oidc_queries.sql.go:261–264  ·  view source on GitHub ↗
(ctx context.Context, sub string)

Source from the content-addressed store, hash-verified

259`
260
261func (q *Queries) DeleteOidcCodeBySub(ctx context.Context, sub string) error {
262 _, err := q.db.ExecContext(ctx, deleteOidcCodeBySub, sub)
263 return err
264}
265
266const deleteOidcToken = `-- name: DeleteOidcToken :exec
267DELETE FROM "oidc_tokens"

Callers 1

DeleteOldSessionMethod · 0.80

Calls 1

ExecContextMethod · 0.80

Tested by

no test coverage detected