Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + type MockAuthClient struct + func NewMockAuthClient(ctrl *gomock.Controller) *MockAuthClient + func (m *MockAuthClient) EXPECT() *MockAuthClientMockRecorder + func (m *MockAuthClient) ParseToken(tokenStr string) (*auth.Claims, error) + func (m *MockAuthClient) Verify(ctx context.Context, tokenStr string) error + type MockAuthClientMockRecorder struct + func (mr *MockAuthClientMockRecorder) ParseToken(tokenStr any) *gomock.Call + func (mr *MockAuthClientMockRecorder) Verify(ctx, tokenStr any) *gomock.Call