mock_jwt

package
v0.0.68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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

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

func (*MockKeySetFetcher) GetKeySet

func (m *MockKeySetFetcher) GetKeySet() (jwk.Set, error)

GetKeySet mocks base method.

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL