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

Method EXPECT

fosite/internal/revocation_handler.go:44–46  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

42
43// EXPECT returns an object that allows the caller to indicate expected use.
44func (m *MockRevocationHandler) EXPECT() *MockRevocationHandlerMockRecorder {
45 return m.recorder
46}
47
48// RevokeToken mocks base method.
49func (m *MockRevocationHandler) RevokeToken(ctx context.Context, token string, tokenType fosite.TokenType, client fosite.Client) error {

Callers 1

TestNewRevocationRequestFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNewRevocationRequestFunction · 0.76