MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / DeleteMfaSession

Method DeleteMfaSession

internal/memory_store/provider.go:58–58  ·  view source on GitHub ↗

DeleteMfaSession deletes given mfa session from in-memory store.

(userId, key string)

Source from the content-addressed store, hash-verified

56 GetAllMfaSessions(userId string) ([]string, error)
57 // DeleteMfaSession deletes given mfa session from in-memory store.
58 DeleteMfaSession(userId, key string) error
59
60 // SetState sets the login state (key, value form) in the session store
61 SetState(key, state string) error

Callers 2

TestMemoryStoreProviderFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestMemoryStoreProviderFunction · 0.52