EXPECT returns an object that allows the caller to indicate expected use.
()
| 40 | |
| 41 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 42 | func (m *MockTokenRevocationStorage) EXPECT() *MockTokenRevocationStorageMockRecorder { |
| 43 | return m.recorder |
| 44 | } |
| 45 | |
| 46 | // RevokeAccessToken mocks base method. |
| 47 | func (m *MockTokenRevocationStorage) RevokeAccessToken(ctx context.Context, requestID string) error { |
no outgoing calls