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

Method EXPECT

fosite/internal/token_endpoint_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 *MockTokenEndpointHandler) EXPECT() *MockTokenEndpointHandlerMockRecorder {
45 return m.recorder
46}
47
48// CanHandleTokenEndpointRequest mocks base method.
49func (m *MockTokenEndpointHandler) CanHandleTokenEndpointRequest(ctx context.Context, requester fosite.AccessRequester) bool {

Calls

no outgoing calls