MCPcopy
hub / github.com/ory/hydra / EXPECT

Method EXPECT

fosite/internal/client_manager.go:45–47  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

43
44// EXPECT returns an object that allows the caller to indicate expected use.
45func (m *MockClientManager) EXPECT() *MockClientManagerMockRecorder {
46 return m.recorder
47}
48
49// ClientAssertionJWTValid mocks base method.
50func (m *MockClientManager) ClientAssertionJWTValid(ctx context.Context, jti string) error {

Calls

no outgoing calls