Documentation ¶
Overview ¶
Package mockusertokens is a generated GoMock package.
Index ¶
- type MockVerifier
- func (m *MockVerifier) Callback(ctx context.Context, u *url.URL) (string, string, int, error)
- func (m *MockVerifier) EXPECT() *MockVerifierMockRecorder
- func (m *MockVerifier) IssueRedirect(arg0 string) string
- func (m *MockVerifier) Validate(ctx context.Context, token string) ([]string, bool, string, error)
- func (m *MockVerifier) VerifierType() common.JWTType
- type MockVerifierMockRecorder
- func (mr *MockVerifierMockRecorder) Callback(ctx, u interface{}) *gomock.Call
- func (mr *MockVerifierMockRecorder) IssueRedirect(arg0 interface{}) *gomock.Call
- func (mr *MockVerifierMockRecorder) Validate(ctx, token interface{}) *gomock.Call
- func (mr *MockVerifierMockRecorder) VerifierType() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVerifier ¶
type MockVerifier struct {
// contains filtered or unexported fields
}
MockVerifier is a mock of Verifier interface nolint
func NewMockVerifier ¶
func NewMockVerifier(ctrl *gomock.Controller) *MockVerifier
NewMockVerifier creates a new mock instance nolint
func (*MockVerifier) EXPECT ¶
func (m *MockVerifier) EXPECT() *MockVerifierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use nolint
func (*MockVerifier) IssueRedirect ¶
func (m *MockVerifier) IssueRedirect(arg0 string) string
IssueRedirect mocks base method nolint
func (*MockVerifier) VerifierType ¶
func (m *MockVerifier) VerifierType() common.JWTType
VerifierType mocks base method nolint
type MockVerifierMockRecorder ¶
type MockVerifierMockRecorder struct {
// contains filtered or unexported fields
}
MockVerifierMockRecorder is the mock recorder for MockVerifier nolint
func (*MockVerifierMockRecorder) Callback ¶
func (mr *MockVerifierMockRecorder) Callback(ctx, u interface{}) *gomock.Call
Callback indicates an expected call of Callback nolint
func (*MockVerifierMockRecorder) IssueRedirect ¶
func (mr *MockVerifierMockRecorder) IssueRedirect(arg0 interface{}) *gomock.Call
IssueRedirect indicates an expected call of IssueRedirect nolint
func (*MockVerifierMockRecorder) Validate ¶
func (mr *MockVerifierMockRecorder) Validate(ctx, token interface{}) *gomock.Call
Validate indicates an expected call of Validate nolint
func (*MockVerifierMockRecorder) VerifierType ¶
func (mr *MockVerifierMockRecorder) VerifierType() *gomock.Call
VerifierType indicates an expected call of VerifierType nolint
Click to show internal directories.
Click to hide internal directories.