Documentation ¶
Overview ¶
Package mock_authpb is a generated GoMock package.
Index ¶
- type MockAPIKeyServiceClient
- func (m *MockAPIKeyServiceClient) Create(ctx context.Context, in *authpb.CreateAPIKeyRequest, opts ...grpc.CallOption) (*authpb.APIKey, error)
- func (m *MockAPIKeyServiceClient) Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error)
- func (m *MockAPIKeyServiceClient) EXPECT() *MockAPIKeyServiceClientMockRecorder
- func (m *MockAPIKeyServiceClient) Get(ctx context.Context, in *authpb.GetAPIKeyRequest, opts ...grpc.CallOption) (*authpb.GetAPIKeyResponse, error)
- func (m *MockAPIKeyServiceClient) List(ctx context.Context, in *authpb.ListAPIKeyRequest, opts ...grpc.CallOption) (*authpb.ListAPIKeyResponse, error)
- func (m *MockAPIKeyServiceClient) LookupAPIKey(ctx context.Context, in *authpb.LookupAPIKeyRequest, opts ...grpc.CallOption) (*authpb.LookupAPIKeyResponse, error)
- type MockAPIKeyServiceClientMockRecorder
- func (mr *MockAPIKeyServiceClientMockRecorder) Create(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceClientMockRecorder) Delete(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceClientMockRecorder) Get(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceClientMockRecorder) List(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceClientMockRecorder) LookupAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockAPIKeyServiceServer
- func (m *MockAPIKeyServiceServer) Create(arg0 context.Context, arg1 *authpb.CreateAPIKeyRequest) (*authpb.APIKey, error)
- func (m *MockAPIKeyServiceServer) Delete(arg0 context.Context, arg1 *uuidpb.UUID) (*types.Empty, error)
- func (m *MockAPIKeyServiceServer) EXPECT() *MockAPIKeyServiceServerMockRecorder
- func (m *MockAPIKeyServiceServer) Get(arg0 context.Context, arg1 *authpb.GetAPIKeyRequest) (*authpb.GetAPIKeyResponse, error)
- func (m *MockAPIKeyServiceServer) List(arg0 context.Context, arg1 *authpb.ListAPIKeyRequest) (*authpb.ListAPIKeyResponse, error)
- func (m *MockAPIKeyServiceServer) LookupAPIKey(arg0 context.Context, arg1 *authpb.LookupAPIKeyRequest) (*authpb.LookupAPIKeyResponse, error)
- type MockAPIKeyServiceServerMockRecorder
- func (mr *MockAPIKeyServiceServerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceServerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceServerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceServerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyServiceServerMockRecorder) LookupAPIKey(arg0, arg1 interface{}) *gomock.Call
- type MockAuthServiceClient
- func (m *MockAuthServiceClient) CreateOrgAndInviteUser(ctx context.Context, in *authpb.CreateOrgAndInviteUserRequest, ...) (*authpb.CreateOrgAndInviteUserResponse, error)
- func (m *MockAuthServiceClient) EXPECT() *MockAuthServiceClientMockRecorder
- func (m *MockAuthServiceClient) GetAugmentedToken(ctx context.Context, in *authpb.GetAugmentedAuthTokenRequest, ...) (*authpb.GetAugmentedAuthTokenResponse, error)
- func (m *MockAuthServiceClient) GetAugmentedTokenForAPIKey(ctx context.Context, in *authpb.GetAugmentedTokenForAPIKeyRequest, ...) (*authpb.GetAugmentedTokenForAPIKeyResponse, error)
- func (m *MockAuthServiceClient) GetAuthConnectorToken(ctx context.Context, in *authpb.GetAuthConnectorTokenRequest, ...) (*authpb.GetAuthConnectorTokenResponse, error)
- func (m *MockAuthServiceClient) InviteUser(ctx context.Context, in *authpb.InviteUserRequest, opts ...grpc.CallOption) (*authpb.InviteUserResponse, error)
- func (m *MockAuthServiceClient) Login(ctx context.Context, in *authpb.LoginRequest, opts ...grpc.CallOption) (*authpb.LoginReply, error)
- func (m *MockAuthServiceClient) RefetchToken(ctx context.Context, in *authpb.RefetchTokenRequest, opts ...grpc.CallOption) (*authpb.RefetchTokenResponse, error)
- func (m *MockAuthServiceClient) Signup(ctx context.Context, in *authpb.SignupRequest, opts ...grpc.CallOption) (*authpb.SignupReply, error)
- type MockAuthServiceClientMockRecorder
- func (mr *MockAuthServiceClientMockRecorder) CreateOrgAndInviteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) GetAugmentedToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) GetAugmentedTokenForAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) GetAuthConnectorToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) InviteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) Login(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) RefetchToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthServiceClientMockRecorder) Signup(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockAuthServiceServer
- func (m *MockAuthServiceServer) CreateOrgAndInviteUser(arg0 context.Context, arg1 *authpb.CreateOrgAndInviteUserRequest) (*authpb.CreateOrgAndInviteUserResponse, error)
- func (m *MockAuthServiceServer) EXPECT() *MockAuthServiceServerMockRecorder
- func (m *MockAuthServiceServer) GetAugmentedToken(arg0 context.Context, arg1 *authpb.GetAugmentedAuthTokenRequest) (*authpb.GetAugmentedAuthTokenResponse, error)
- func (m *MockAuthServiceServer) GetAugmentedTokenForAPIKey(arg0 context.Context, arg1 *authpb.GetAugmentedTokenForAPIKeyRequest) (*authpb.GetAugmentedTokenForAPIKeyResponse, error)
- func (m *MockAuthServiceServer) GetAuthConnectorToken(arg0 context.Context, arg1 *authpb.GetAuthConnectorTokenRequest) (*authpb.GetAuthConnectorTokenResponse, error)
- func (m *MockAuthServiceServer) InviteUser(arg0 context.Context, arg1 *authpb.InviteUserRequest) (*authpb.InviteUserResponse, error)
- func (m *MockAuthServiceServer) Login(arg0 context.Context, arg1 *authpb.LoginRequest) (*authpb.LoginReply, error)
- func (m *MockAuthServiceServer) RefetchToken(arg0 context.Context, arg1 *authpb.RefetchTokenRequest) (*authpb.RefetchTokenResponse, error)
- func (m *MockAuthServiceServer) Signup(arg0 context.Context, arg1 *authpb.SignupRequest) (*authpb.SignupReply, error)
- type MockAuthServiceServerMockRecorder
- func (mr *MockAuthServiceServerMockRecorder) CreateOrgAndInviteUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) GetAugmentedToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) GetAugmentedTokenForAPIKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) GetAuthConnectorToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) InviteUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) RefetchToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthServiceServerMockRecorder) Signup(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPIKeyServiceClient ¶
type MockAPIKeyServiceClient struct {
// contains filtered or unexported fields
}
MockAPIKeyServiceClient is a mock of APIKeyServiceClient interface.
func NewMockAPIKeyServiceClient ¶
func NewMockAPIKeyServiceClient(ctrl *gomock.Controller) *MockAPIKeyServiceClient
NewMockAPIKeyServiceClient creates a new mock instance.
func (*MockAPIKeyServiceClient) Create ¶
func (m *MockAPIKeyServiceClient) Create(ctx context.Context, in *authpb.CreateAPIKeyRequest, opts ...grpc.CallOption) (*authpb.APIKey, error)
Create mocks base method.
func (*MockAPIKeyServiceClient) Delete ¶
func (m *MockAPIKeyServiceClient) Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error)
Delete mocks base method.
func (*MockAPIKeyServiceClient) EXPECT ¶
func (m *MockAPIKeyServiceClient) EXPECT() *MockAPIKeyServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPIKeyServiceClient) Get ¶
func (m *MockAPIKeyServiceClient) Get(ctx context.Context, in *authpb.GetAPIKeyRequest, opts ...grpc.CallOption) (*authpb.GetAPIKeyResponse, error)
Get mocks base method.
func (*MockAPIKeyServiceClient) List ¶
func (m *MockAPIKeyServiceClient) List(ctx context.Context, in *authpb.ListAPIKeyRequest, opts ...grpc.CallOption) (*authpb.ListAPIKeyResponse, error)
List mocks base method.
func (*MockAPIKeyServiceClient) LookupAPIKey ¶
func (m *MockAPIKeyServiceClient) LookupAPIKey(ctx context.Context, in *authpb.LookupAPIKeyRequest, opts ...grpc.CallOption) (*authpb.LookupAPIKeyResponse, error)
LookupAPIKey mocks base method.
type MockAPIKeyServiceClientMockRecorder ¶
type MockAPIKeyServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIKeyServiceClientMockRecorder is the mock recorder for MockAPIKeyServiceClient.
func (*MockAPIKeyServiceClientMockRecorder) Create ¶
func (mr *MockAPIKeyServiceClientMockRecorder) Create(ctx, in interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockAPIKeyServiceClientMockRecorder) Delete ¶
func (mr *MockAPIKeyServiceClientMockRecorder) Delete(ctx, in interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockAPIKeyServiceClientMockRecorder) Get ¶
func (mr *MockAPIKeyServiceClientMockRecorder) Get(ctx, in interface{}, opts ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockAPIKeyServiceClientMockRecorder) List ¶
func (mr *MockAPIKeyServiceClientMockRecorder) List(ctx, in interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockAPIKeyServiceClientMockRecorder) LookupAPIKey ¶
func (mr *MockAPIKeyServiceClientMockRecorder) LookupAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call
LookupAPIKey indicates an expected call of LookupAPIKey.
type MockAPIKeyServiceServer ¶
type MockAPIKeyServiceServer struct {
// contains filtered or unexported fields
}
MockAPIKeyServiceServer is a mock of APIKeyServiceServer interface.
func NewMockAPIKeyServiceServer ¶
func NewMockAPIKeyServiceServer(ctrl *gomock.Controller) *MockAPIKeyServiceServer
NewMockAPIKeyServiceServer creates a new mock instance.
func (*MockAPIKeyServiceServer) Create ¶
func (m *MockAPIKeyServiceServer) Create(arg0 context.Context, arg1 *authpb.CreateAPIKeyRequest) (*authpb.APIKey, error)
Create mocks base method.
func (*MockAPIKeyServiceServer) Delete ¶
func (m *MockAPIKeyServiceServer) Delete(arg0 context.Context, arg1 *uuidpb.UUID) (*types.Empty, error)
Delete mocks base method.
func (*MockAPIKeyServiceServer) EXPECT ¶
func (m *MockAPIKeyServiceServer) EXPECT() *MockAPIKeyServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPIKeyServiceServer) Get ¶
func (m *MockAPIKeyServiceServer) Get(arg0 context.Context, arg1 *authpb.GetAPIKeyRequest) (*authpb.GetAPIKeyResponse, error)
Get mocks base method.
func (*MockAPIKeyServiceServer) List ¶
func (m *MockAPIKeyServiceServer) List(arg0 context.Context, arg1 *authpb.ListAPIKeyRequest) (*authpb.ListAPIKeyResponse, error)
List mocks base method.
func (*MockAPIKeyServiceServer) LookupAPIKey ¶
func (m *MockAPIKeyServiceServer) LookupAPIKey(arg0 context.Context, arg1 *authpb.LookupAPIKeyRequest) (*authpb.LookupAPIKeyResponse, error)
LookupAPIKey mocks base method.
type MockAPIKeyServiceServerMockRecorder ¶
type MockAPIKeyServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIKeyServiceServerMockRecorder is the mock recorder for MockAPIKeyServiceServer.
func (*MockAPIKeyServiceServerMockRecorder) Create ¶
func (mr *MockAPIKeyServiceServerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockAPIKeyServiceServerMockRecorder) Delete ¶
func (mr *MockAPIKeyServiceServerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockAPIKeyServiceServerMockRecorder) Get ¶
func (mr *MockAPIKeyServiceServerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockAPIKeyServiceServerMockRecorder) List ¶
func (mr *MockAPIKeyServiceServerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockAPIKeyServiceServerMockRecorder) LookupAPIKey ¶
func (mr *MockAPIKeyServiceServerMockRecorder) LookupAPIKey(arg0, arg1 interface{}) *gomock.Call
LookupAPIKey indicates an expected call of LookupAPIKey.
type MockAuthServiceClient ¶
type MockAuthServiceClient struct {
// contains filtered or unexported fields
}
MockAuthServiceClient is a mock of AuthServiceClient interface.
func NewMockAuthServiceClient ¶
func NewMockAuthServiceClient(ctrl *gomock.Controller) *MockAuthServiceClient
NewMockAuthServiceClient creates a new mock instance.
func (*MockAuthServiceClient) CreateOrgAndInviteUser ¶
func (m *MockAuthServiceClient) CreateOrgAndInviteUser(ctx context.Context, in *authpb.CreateOrgAndInviteUserRequest, opts ...grpc.CallOption) (*authpb.CreateOrgAndInviteUserResponse, error)
CreateOrgAndInviteUser mocks base method.
func (*MockAuthServiceClient) EXPECT ¶
func (m *MockAuthServiceClient) EXPECT() *MockAuthServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthServiceClient) GetAugmentedToken ¶
func (m *MockAuthServiceClient) GetAugmentedToken(ctx context.Context, in *authpb.GetAugmentedAuthTokenRequest, opts ...grpc.CallOption) (*authpb.GetAugmentedAuthTokenResponse, error)
GetAugmentedToken mocks base method.
func (*MockAuthServiceClient) GetAugmentedTokenForAPIKey ¶
func (m *MockAuthServiceClient) GetAugmentedTokenForAPIKey(ctx context.Context, in *authpb.GetAugmentedTokenForAPIKeyRequest, opts ...grpc.CallOption) (*authpb.GetAugmentedTokenForAPIKeyResponse, error)
GetAugmentedTokenForAPIKey mocks base method.
func (*MockAuthServiceClient) GetAuthConnectorToken ¶
func (m *MockAuthServiceClient) GetAuthConnectorToken(ctx context.Context, in *authpb.GetAuthConnectorTokenRequest, opts ...grpc.CallOption) (*authpb.GetAuthConnectorTokenResponse, error)
GetAuthConnectorToken mocks base method.
func (*MockAuthServiceClient) InviteUser ¶
func (m *MockAuthServiceClient) InviteUser(ctx context.Context, in *authpb.InviteUserRequest, opts ...grpc.CallOption) (*authpb.InviteUserResponse, error)
InviteUser mocks base method.
func (*MockAuthServiceClient) Login ¶
func (m *MockAuthServiceClient) Login(ctx context.Context, in *authpb.LoginRequest, opts ...grpc.CallOption) (*authpb.LoginReply, error)
Login mocks base method.
func (*MockAuthServiceClient) RefetchToken ¶
func (m *MockAuthServiceClient) RefetchToken(ctx context.Context, in *authpb.RefetchTokenRequest, opts ...grpc.CallOption) (*authpb.RefetchTokenResponse, error)
RefetchToken mocks base method.
func (*MockAuthServiceClient) Signup ¶
func (m *MockAuthServiceClient) Signup(ctx context.Context, in *authpb.SignupRequest, opts ...grpc.CallOption) (*authpb.SignupReply, error)
Signup mocks base method.
type MockAuthServiceClientMockRecorder ¶
type MockAuthServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthServiceClientMockRecorder is the mock recorder for MockAuthServiceClient.
func (*MockAuthServiceClientMockRecorder) CreateOrgAndInviteUser ¶
func (mr *MockAuthServiceClientMockRecorder) CreateOrgAndInviteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateOrgAndInviteUser indicates an expected call of CreateOrgAndInviteUser.
func (*MockAuthServiceClientMockRecorder) GetAugmentedToken ¶
func (mr *MockAuthServiceClientMockRecorder) GetAugmentedToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAugmentedToken indicates an expected call of GetAugmentedToken.
func (*MockAuthServiceClientMockRecorder) GetAugmentedTokenForAPIKey ¶
func (mr *MockAuthServiceClientMockRecorder) GetAugmentedTokenForAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAugmentedTokenForAPIKey indicates an expected call of GetAugmentedTokenForAPIKey.
func (*MockAuthServiceClientMockRecorder) GetAuthConnectorToken ¶
func (mr *MockAuthServiceClientMockRecorder) GetAuthConnectorToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAuthConnectorToken indicates an expected call of GetAuthConnectorToken.
func (*MockAuthServiceClientMockRecorder) InviteUser ¶
func (mr *MockAuthServiceClientMockRecorder) InviteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
InviteUser indicates an expected call of InviteUser.
func (*MockAuthServiceClientMockRecorder) Login ¶
func (mr *MockAuthServiceClientMockRecorder) Login(ctx, in interface{}, opts ...interface{}) *gomock.Call
Login indicates an expected call of Login.
func (*MockAuthServiceClientMockRecorder) RefetchToken ¶
func (mr *MockAuthServiceClientMockRecorder) RefetchToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
RefetchToken indicates an expected call of RefetchToken.
func (*MockAuthServiceClientMockRecorder) Signup ¶
func (mr *MockAuthServiceClientMockRecorder) Signup(ctx, in interface{}, opts ...interface{}) *gomock.Call
Signup indicates an expected call of Signup.
type MockAuthServiceServer ¶
type MockAuthServiceServer struct {
// contains filtered or unexported fields
}
MockAuthServiceServer is a mock of AuthServiceServer interface.
func NewMockAuthServiceServer ¶
func NewMockAuthServiceServer(ctrl *gomock.Controller) *MockAuthServiceServer
NewMockAuthServiceServer creates a new mock instance.
func (*MockAuthServiceServer) CreateOrgAndInviteUser ¶
func (m *MockAuthServiceServer) CreateOrgAndInviteUser(arg0 context.Context, arg1 *authpb.CreateOrgAndInviteUserRequest) (*authpb.CreateOrgAndInviteUserResponse, error)
CreateOrgAndInviteUser mocks base method.
func (*MockAuthServiceServer) EXPECT ¶
func (m *MockAuthServiceServer) EXPECT() *MockAuthServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthServiceServer) GetAugmentedToken ¶
func (m *MockAuthServiceServer) GetAugmentedToken(arg0 context.Context, arg1 *authpb.GetAugmentedAuthTokenRequest) (*authpb.GetAugmentedAuthTokenResponse, error)
GetAugmentedToken mocks base method.
func (*MockAuthServiceServer) GetAugmentedTokenForAPIKey ¶
func (m *MockAuthServiceServer) GetAugmentedTokenForAPIKey(arg0 context.Context, arg1 *authpb.GetAugmentedTokenForAPIKeyRequest) (*authpb.GetAugmentedTokenForAPIKeyResponse, error)
GetAugmentedTokenForAPIKey mocks base method.
func (*MockAuthServiceServer) GetAuthConnectorToken ¶
func (m *MockAuthServiceServer) GetAuthConnectorToken(arg0 context.Context, arg1 *authpb.GetAuthConnectorTokenRequest) (*authpb.GetAuthConnectorTokenResponse, error)
GetAuthConnectorToken mocks base method.
func (*MockAuthServiceServer) InviteUser ¶
func (m *MockAuthServiceServer) InviteUser(arg0 context.Context, arg1 *authpb.InviteUserRequest) (*authpb.InviteUserResponse, error)
InviteUser mocks base method.
func (*MockAuthServiceServer) Login ¶
func (m *MockAuthServiceServer) Login(arg0 context.Context, arg1 *authpb.LoginRequest) (*authpb.LoginReply, error)
Login mocks base method.
func (*MockAuthServiceServer) RefetchToken ¶
func (m *MockAuthServiceServer) RefetchToken(arg0 context.Context, arg1 *authpb.RefetchTokenRequest) (*authpb.RefetchTokenResponse, error)
RefetchToken mocks base method.
func (*MockAuthServiceServer) Signup ¶
func (m *MockAuthServiceServer) Signup(arg0 context.Context, arg1 *authpb.SignupRequest) (*authpb.SignupReply, error)
Signup mocks base method.
type MockAuthServiceServerMockRecorder ¶
type MockAuthServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthServiceServerMockRecorder is the mock recorder for MockAuthServiceServer.
func (*MockAuthServiceServerMockRecorder) CreateOrgAndInviteUser ¶
func (mr *MockAuthServiceServerMockRecorder) CreateOrgAndInviteUser(arg0, arg1 interface{}) *gomock.Call
CreateOrgAndInviteUser indicates an expected call of CreateOrgAndInviteUser.
func (*MockAuthServiceServerMockRecorder) GetAugmentedToken ¶
func (mr *MockAuthServiceServerMockRecorder) GetAugmentedToken(arg0, arg1 interface{}) *gomock.Call
GetAugmentedToken indicates an expected call of GetAugmentedToken.
func (*MockAuthServiceServerMockRecorder) GetAugmentedTokenForAPIKey ¶
func (mr *MockAuthServiceServerMockRecorder) GetAugmentedTokenForAPIKey(arg0, arg1 interface{}) *gomock.Call
GetAugmentedTokenForAPIKey indicates an expected call of GetAugmentedTokenForAPIKey.
func (*MockAuthServiceServerMockRecorder) GetAuthConnectorToken ¶
func (mr *MockAuthServiceServerMockRecorder) GetAuthConnectorToken(arg0, arg1 interface{}) *gomock.Call
GetAuthConnectorToken indicates an expected call of GetAuthConnectorToken.
func (*MockAuthServiceServerMockRecorder) InviteUser ¶
func (mr *MockAuthServiceServerMockRecorder) InviteUser(arg0, arg1 interface{}) *gomock.Call
InviteUser indicates an expected call of InviteUser.
func (*MockAuthServiceServerMockRecorder) Login ¶
func (mr *MockAuthServiceServerMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call
Login indicates an expected call of Login.
func (*MockAuthServiceServerMockRecorder) RefetchToken ¶
func (mr *MockAuthServiceServerMockRecorder) RefetchToken(arg0, arg1 interface{}) *gomock.Call
RefetchToken indicates an expected call of RefetchToken.
func (*MockAuthServiceServerMockRecorder) Signup ¶
func (mr *MockAuthServiceServerMockRecorder) Signup(arg0, arg1 interface{}) *gomock.Call
Signup indicates an expected call of Signup.