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