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

Method EXPECT

fosite/internal/access_token_strategy.go:44–46  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

42
43// EXPECT returns an object that allows the caller to indicate expected use.
44func (m *MockAccessTokenStrategy) EXPECT() *MockAccessTokenStrategyMockRecorder {
45 return m.recorder
46}
47
48// AccessTokenSignature mocks base method.
49func (m *MockAccessTokenStrategy) AccessTokenSignature(ctx context.Context, token string) string {

Calls

no outgoing calls