EXPECT returns an object that allows the caller to indicate expected use.
()
| 42 | |
| 43 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 44 | func (m *MockTokenEndpointHandler) EXPECT() *MockTokenEndpointHandlerMockRecorder { |
| 45 | return m.recorder |
| 46 | } |
| 47 | |
| 48 | // CanHandleTokenEndpointRequest mocks base method. |
| 49 | func (m *MockTokenEndpointHandler) CanHandleTokenEndpointRequest(ctx context.Context, requester fosite.AccessRequester) bool { |
no outgoing calls