MCPcopy Create free account
hub / github.com/ory/fosite / EXPECT

Method EXPECT

internal/token_handler.go:37–39  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

35
36// EXPECT returns an object that allows the caller to indicate expected use.
37func (m *MockTokenEndpointHandler) EXPECT() *MockTokenEndpointHandlerMockRecorder {
38 return m.recorder
39}
40
41// CanHandleTokenEndpointRequest mocks base method.
42func (m *MockTokenEndpointHandler) CanHandleTokenEndpointRequest(arg0 context.Context, arg1 fosite.AccessRequester) bool {

Calls

no outgoing calls