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 *MockRevocationHandler) EXPECT() *MockRevocationHandlerMockRecorder { |
| 45 | return m.recorder |
| 46 | } |
| 47 | |
| 48 | // RevokeToken mocks base method. |
| 49 | func (m *MockRevocationHandler) RevokeToken(ctx context.Context, token string, tokenType fosite.TokenType, client fosite.Client) error { |
no outgoing calls