MCPcopy
hub / github.com/ory/hydra / EXPECT

Method EXPECT

fosite/internal/token_revocation_storage.go:42–44  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

40
41// EXPECT returns an object that allows the caller to indicate expected use.
42func (m *MockTokenRevocationStorage) EXPECT() *MockTokenRevocationStorageMockRecorder {
43 return m.recorder
44}
45
46// RevokeAccessToken mocks base method.
47func (m *MockTokenRevocationStorage) RevokeAccessToken(ctx context.Context, requestID string) error {

Callers 1

TestRevokeTokenFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRevokeTokenFunction · 0.76