Documentation
¶
Overview ¶
Package mock_jwt is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKeySetFetcher ¶
type MockKeySetFetcher struct {
// contains filtered or unexported fields
}
MockKeySetFetcher is a mock of KeySetFetcher interface.
func NewMockKeySetFetcher ¶
func NewMockKeySetFetcher(ctrl *gomock.Controller) *MockKeySetFetcher
NewMockKeySetFetcher creates a new mock instance.
func (*MockKeySetFetcher) EXPECT ¶
func (m *MockKeySetFetcher) EXPECT() *MockKeySetFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockKeySetFetcherMockRecorder ¶
type MockKeySetFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockKeySetFetcherMockRecorder is the mock recorder for MockKeySetFetcher.
func (*MockKeySetFetcherMockRecorder) GetKeySet ¶
func (mr *MockKeySetFetcherMockRecorder) GetKeySet() *gomock.Call
GetKeySet indicates an expected call of GetKeySet.
type MockValidator ¶
type MockValidator struct {
// contains filtered or unexported fields
}
MockValidator is a mock of Validator interface.
func NewMockValidator ¶
func NewMockValidator(ctrl *gomock.Controller) *MockValidator
NewMockValidator creates a new mock instance.
func (*MockValidator) EXPECT ¶
func (m *MockValidator) EXPECT() *MockValidatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValidator) ParseAndValidate ¶
func (m *MockValidator) ParseAndValidate(tokenString string) (openid.Token, error)
ParseAndValidate mocks base method.
type MockValidatorMockRecorder ¶
type MockValidatorMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorMockRecorder is the mock recorder for MockValidator.
func (*MockValidatorMockRecorder) ParseAndValidate ¶
func (mr *MockValidatorMockRecorder) ParseAndValidate(tokenString any) *gomock.Call
ParseAndValidate indicates an expected call of ParseAndValidate.