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

Method DeleteCodeEntry

internal/service/oidc_service.go:582–584  ·  view source on GitHub ↗
(c *gin.Context, codeHash string)

Source from the content-addressed store, hash-verified

580}
581
582func (service *OIDCService) DeleteCodeEntry(c *gin.Context, codeHash string) error {
583 return service.queries.DeleteOidcCode(c, codeHash)
584}
585
586func (service *OIDCService) DeleteUserinfo(c *gin.Context, sub string) error {
587 return service.queries.DeleteOidcUserInfo(c, sub)

Callers

nothing calls this directly

Calls 1

DeleteOidcCodeMethod · 0.80

Tested by

no test coverage detected