auth_mock

package
v0.2.163 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package auth_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthAPIClient

type MockAuthAPIClient struct {
	// contains filtered or unexported fields
}

MockAuthAPIClient is a mock of AuthAPIClient interface.

func NewMockAuthAPIClient

func NewMockAuthAPIClient(ctrl *gomock.Controller) *MockAuthAPIClient

NewMockAuthAPIClient creates a new mock instance.

func (*MockAuthAPIClient) AddModerator

AddModerator mocks base method.

func (*MockAuthAPIClient) BlacklistUserTokens

func (m *MockAuthAPIClient) BlacklistUserTokens(ctx context.Context, in *v1.BlacklistUserTokensRequest, opts ...grpc.CallOption) (*v1.Empty, error)

BlacklistUserTokens mocks base method.

func (*MockAuthAPIClient) CheckVerificationCode

CheckVerificationCode mocks base method.

func (*MockAuthAPIClient) CreateFirebaseToken

CreateFirebaseToken mocks base method.

func (*MockAuthAPIClient) CreateToken

CreateToken mocks base method.

func (*MockAuthAPIClient) DeleteModerator

func (m *MockAuthAPIClient) DeleteModerator(ctx context.Context, in *v1.DeleteModeratorRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteModerator mocks base method.

func (*MockAuthAPIClient) DeleteTestUser

func (m *MockAuthAPIClient) DeleteTestUser(ctx context.Context, in *v1.DeleteTestUserRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteTestUser mocks base method.

func (*MockAuthAPIClient) EXPECT

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

func (*MockAuthAPIClient) GetLinkedAccounts added in v0.2.35

GetLinkedAccounts mocks base method.

func (*MockAuthAPIClient) GetModerationAccountByUsername

GetModerationAccountByUsername mocks base method.

func (*MockAuthAPIClient) GetModerators

func (m *MockAuthAPIClient) GetModerators(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetModeratorsResponse, error)

GetModerators mocks base method.

func (*MockAuthAPIClient) GetModeratorsById

GetModeratorsById mocks base method.

func (*MockAuthAPIClient) GetSignInCaptchaParams

GetSignInCaptchaParams mocks base method.

func (*MockAuthAPIClient) GetTokenByID

GetTokenByID mocks base method.

func (*MockAuthAPIClient) GetTokensByID added in v0.2.5

GetTokensByID mocks base method.

func (*MockAuthAPIClient) GetUserIDByLinkedRobloxUserID added in v0.2.95

GetUserIDByLinkedRobloxUserID mocks base method.

func (*MockAuthAPIClient) GetUserIDByLinkedRobloxUsername added in v0.2.96

GetUserIDByLinkedRobloxUsername mocks base method.

func (*MockAuthAPIClient) IsTokenBlacklisted

IsTokenBlacklisted mocks base method.

func (*MockAuthAPIClient) IssueToken

IssueToken mocks base method.

func (*MockAuthAPIClient) LinkDiscordAccount added in v0.2.35

LinkDiscordAccount mocks base method.

func (*MockAuthAPIClient) LinkRobloxAccount added in v0.2.35

LinkRobloxAccount mocks base method.

func (*MockAuthAPIClient) LinkRobloxAccountSimplified added in v0.2.97

LinkRobloxAccountSimplified mocks base method.

func (*MockAuthAPIClient) RefreshTokens

RefreshTokens mocks base method.

func (*MockAuthAPIClient) RevokeToken

RevokeToken mocks base method.

func (*MockAuthAPIClient) SignInFirebase

SignInFirebase mocks base method.

func (*MockAuthAPIClient) SignInModeration

SignInModeration mocks base method.

func (*MockAuthAPIClient) SignInWithDiscord

SignInWithDiscord mocks base method.

func (*MockAuthAPIClient) SignInWithPhoneNumber

SignInWithPhoneNumber mocks base method.

func (*MockAuthAPIClient) SignInWithUsername

SignInWithUsername mocks base method.

func (*MockAuthAPIClient) SignUpFirebase

SignUpFirebase mocks base method.

func (*MockAuthAPIClient) SignUpGuest

SignUpGuest mocks base method.

func (*MockAuthAPIClient) UnlinkDiscordAccount added in v0.2.35

UnlinkDiscordAccount mocks base method.

func (*MockAuthAPIClient) UnlinkRobloxAccount added in v0.2.35

UnlinkRobloxAccount mocks base method.

func (*MockAuthAPIClient) UpdateModeratorPassword

func (m *MockAuthAPIClient) UpdateModeratorPassword(ctx context.Context, in *v1.UpdateModeratorPasswordRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdateModeratorPassword mocks base method.

type MockAuthAPIClientMockRecorder

type MockAuthAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockAuthAPIClientMockRecorder is the mock recorder for MockAuthAPIClient.

func (*MockAuthAPIClientMockRecorder) AddModerator

func (mr *MockAuthAPIClientMockRecorder) AddModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddModerator indicates an expected call of AddModerator.

func (*MockAuthAPIClientMockRecorder) BlacklistUserTokens

func (mr *MockAuthAPIClientMockRecorder) BlacklistUserTokens(ctx, in interface{}, opts ...interface{}) *gomock.Call

BlacklistUserTokens indicates an expected call of BlacklistUserTokens.

func (*MockAuthAPIClientMockRecorder) CheckVerificationCode

func (mr *MockAuthAPIClientMockRecorder) CheckVerificationCode(ctx, in interface{}, opts ...interface{}) *gomock.Call

CheckVerificationCode indicates an expected call of CheckVerificationCode.

func (*MockAuthAPIClientMockRecorder) CreateFirebaseToken

func (mr *MockAuthAPIClientMockRecorder) CreateFirebaseToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateFirebaseToken indicates an expected call of CreateFirebaseToken.

func (*MockAuthAPIClientMockRecorder) CreateToken

func (mr *MockAuthAPIClientMockRecorder) CreateToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateToken indicates an expected call of CreateToken.

func (*MockAuthAPIClientMockRecorder) DeleteModerator

func (mr *MockAuthAPIClientMockRecorder) DeleteModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteModerator indicates an expected call of DeleteModerator.

func (*MockAuthAPIClientMockRecorder) DeleteTestUser

func (mr *MockAuthAPIClientMockRecorder) DeleteTestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteTestUser indicates an expected call of DeleteTestUser.

func (*MockAuthAPIClientMockRecorder) GetLinkedAccounts added in v0.2.35

func (mr *MockAuthAPIClientMockRecorder) GetLinkedAccounts(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetLinkedAccounts indicates an expected call of GetLinkedAccounts.

func (*MockAuthAPIClientMockRecorder) GetModerationAccountByUsername

func (mr *MockAuthAPIClientMockRecorder) GetModerationAccountByUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetModerationAccountByUsername indicates an expected call of GetModerationAccountByUsername.

func (*MockAuthAPIClientMockRecorder) GetModerators

func (mr *MockAuthAPIClientMockRecorder) GetModerators(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetModerators indicates an expected call of GetModerators.

func (*MockAuthAPIClientMockRecorder) GetModeratorsById

func (mr *MockAuthAPIClientMockRecorder) GetModeratorsById(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetModeratorsById indicates an expected call of GetModeratorsById.

func (*MockAuthAPIClientMockRecorder) GetSignInCaptchaParams

func (mr *MockAuthAPIClientMockRecorder) GetSignInCaptchaParams(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetSignInCaptchaParams indicates an expected call of GetSignInCaptchaParams.

func (*MockAuthAPIClientMockRecorder) GetTokenByID

func (mr *MockAuthAPIClientMockRecorder) GetTokenByID(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetTokenByID indicates an expected call of GetTokenByID.

func (*MockAuthAPIClientMockRecorder) GetTokensByID added in v0.2.5

func (mr *MockAuthAPIClientMockRecorder) GetTokensByID(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetTokensByID indicates an expected call of GetTokensByID.

func (*MockAuthAPIClientMockRecorder) GetUserIDByLinkedRobloxUserID added in v0.2.95

func (mr *MockAuthAPIClientMockRecorder) GetUserIDByLinkedRobloxUserID(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetUserIDByLinkedRobloxUserID indicates an expected call of GetUserIDByLinkedRobloxUserID.

func (*MockAuthAPIClientMockRecorder) GetUserIDByLinkedRobloxUsername added in v0.2.96

func (mr *MockAuthAPIClientMockRecorder) GetUserIDByLinkedRobloxUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetUserIDByLinkedRobloxUsername indicates an expected call of GetUserIDByLinkedRobloxUsername.

func (*MockAuthAPIClientMockRecorder) IsTokenBlacklisted

func (mr *MockAuthAPIClientMockRecorder) IsTokenBlacklisted(ctx, in interface{}, opts ...interface{}) *gomock.Call

IsTokenBlacklisted indicates an expected call of IsTokenBlacklisted.

func (*MockAuthAPIClientMockRecorder) IssueToken

func (mr *MockAuthAPIClientMockRecorder) IssueToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

IssueToken indicates an expected call of IssueToken.

func (*MockAuthAPIClientMockRecorder) LinkDiscordAccount added in v0.2.35

func (mr *MockAuthAPIClientMockRecorder) LinkDiscordAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

LinkDiscordAccount indicates an expected call of LinkDiscordAccount.

func (*MockAuthAPIClientMockRecorder) LinkRobloxAccount added in v0.2.35

func (mr *MockAuthAPIClientMockRecorder) LinkRobloxAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

LinkRobloxAccount indicates an expected call of LinkRobloxAccount.

func (*MockAuthAPIClientMockRecorder) LinkRobloxAccountSimplified added in v0.2.97

func (mr *MockAuthAPIClientMockRecorder) LinkRobloxAccountSimplified(ctx, in interface{}, opts ...interface{}) *gomock.Call

LinkRobloxAccountSimplified indicates an expected call of LinkRobloxAccountSimplified.

func (*MockAuthAPIClientMockRecorder) RefreshTokens

func (mr *MockAuthAPIClientMockRecorder) RefreshTokens(ctx, in interface{}, opts ...interface{}) *gomock.Call

RefreshTokens indicates an expected call of RefreshTokens.

func (*MockAuthAPIClientMockRecorder) RevokeToken

func (mr *MockAuthAPIClientMockRecorder) RevokeToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

RevokeToken indicates an expected call of RevokeToken.

func (*MockAuthAPIClientMockRecorder) SignInFirebase

func (mr *MockAuthAPIClientMockRecorder) SignInFirebase(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignInFirebase indicates an expected call of SignInFirebase.

func (*MockAuthAPIClientMockRecorder) SignInModeration

func (mr *MockAuthAPIClientMockRecorder) SignInModeration(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignInModeration indicates an expected call of SignInModeration.

func (*MockAuthAPIClientMockRecorder) SignInWithDiscord

func (mr *MockAuthAPIClientMockRecorder) SignInWithDiscord(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignInWithDiscord indicates an expected call of SignInWithDiscord.

func (*MockAuthAPIClientMockRecorder) SignInWithPhoneNumber

func (mr *MockAuthAPIClientMockRecorder) SignInWithPhoneNumber(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignInWithPhoneNumber indicates an expected call of SignInWithPhoneNumber.

func (*MockAuthAPIClientMockRecorder) SignInWithUsername

func (mr *MockAuthAPIClientMockRecorder) SignInWithUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignInWithUsername indicates an expected call of SignInWithUsername.

func (*MockAuthAPIClientMockRecorder) SignUpFirebase

func (mr *MockAuthAPIClientMockRecorder) SignUpFirebase(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignUpFirebase indicates an expected call of SignUpFirebase.

func (*MockAuthAPIClientMockRecorder) SignUpGuest

func (mr *MockAuthAPIClientMockRecorder) SignUpGuest(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignUpGuest indicates an expected call of SignUpGuest.

func (*MockAuthAPIClientMockRecorder) UnlinkDiscordAccount added in v0.2.35

func (mr *MockAuthAPIClientMockRecorder) UnlinkDiscordAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

UnlinkDiscordAccount indicates an expected call of UnlinkDiscordAccount.

func (*MockAuthAPIClientMockRecorder) UnlinkRobloxAccount added in v0.2.35

func (mr *MockAuthAPIClientMockRecorder) UnlinkRobloxAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

UnlinkRobloxAccount indicates an expected call of UnlinkRobloxAccount.

func (*MockAuthAPIClientMockRecorder) UpdateModeratorPassword

func (mr *MockAuthAPIClientMockRecorder) UpdateModeratorPassword(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateModeratorPassword indicates an expected call of UpdateModeratorPassword.

type MockAuthAPIServer

type MockAuthAPIServer struct {
	// contains filtered or unexported fields
}

MockAuthAPIServer is a mock of AuthAPIServer interface.

func NewMockAuthAPIServer

func NewMockAuthAPIServer(ctrl *gomock.Controller) *MockAuthAPIServer

NewMockAuthAPIServer creates a new mock instance.

func (*MockAuthAPIServer) AddModerator

AddModerator mocks base method.

func (*MockAuthAPIServer) BlacklistUserTokens

func (m *MockAuthAPIServer) BlacklistUserTokens(arg0 context.Context, arg1 *v1.BlacklistUserTokensRequest) (*v1.Empty, error)

BlacklistUserTokens mocks base method.

func (*MockAuthAPIServer) CheckVerificationCode

CheckVerificationCode mocks base method.

func (*MockAuthAPIServer) CreateFirebaseToken

CreateFirebaseToken mocks base method.

func (*MockAuthAPIServer) CreateToken

CreateToken mocks base method.

func (*MockAuthAPIServer) DeleteModerator

func (m *MockAuthAPIServer) DeleteModerator(arg0 context.Context, arg1 *v1.DeleteModeratorRequest) (*v1.Empty, error)

DeleteModerator mocks base method.

func (*MockAuthAPIServer) DeleteTestUser

func (m *MockAuthAPIServer) DeleteTestUser(arg0 context.Context, arg1 *v1.DeleteTestUserRequest) (*v1.Empty, error)

DeleteTestUser mocks base method.

func (*MockAuthAPIServer) EXPECT

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

func (*MockAuthAPIServer) GetLinkedAccounts added in v0.2.35

GetLinkedAccounts mocks base method.

func (*MockAuthAPIServer) GetModerationAccountByUsername

GetModerationAccountByUsername mocks base method.

func (*MockAuthAPIServer) GetModerators

func (m *MockAuthAPIServer) GetModerators(arg0 context.Context, arg1 *v1.Empty) (*v1.GetModeratorsResponse, error)

GetModerators mocks base method.

func (*MockAuthAPIServer) GetModeratorsById

GetModeratorsById mocks base method.

func (*MockAuthAPIServer) GetSignInCaptchaParams

GetSignInCaptchaParams mocks base method.

func (*MockAuthAPIServer) GetTokenByID

GetTokenByID mocks base method.

func (*MockAuthAPIServer) GetTokensByID added in v0.2.5

GetTokensByID mocks base method.

func (*MockAuthAPIServer) GetUserIDByLinkedRobloxUserID added in v0.2.95

GetUserIDByLinkedRobloxUserID mocks base method.

func (*MockAuthAPIServer) GetUserIDByLinkedRobloxUsername added in v0.2.96

GetUserIDByLinkedRobloxUsername mocks base method.

func (*MockAuthAPIServer) IsTokenBlacklisted

IsTokenBlacklisted mocks base method.

func (*MockAuthAPIServer) IssueToken

IssueToken mocks base method.

func (*MockAuthAPIServer) LinkDiscordAccount added in v0.2.35

LinkDiscordAccount mocks base method.

func (*MockAuthAPIServer) LinkRobloxAccount added in v0.2.35

LinkRobloxAccount mocks base method.

func (*MockAuthAPIServer) LinkRobloxAccountSimplified added in v0.2.97

LinkRobloxAccountSimplified mocks base method.

func (*MockAuthAPIServer) RefreshTokens

RefreshTokens mocks base method.

func (*MockAuthAPIServer) RevokeToken

RevokeToken mocks base method.

func (*MockAuthAPIServer) SignInFirebase

SignInFirebase mocks base method.

func (*MockAuthAPIServer) SignInModeration

SignInModeration mocks base method.

func (*MockAuthAPIServer) SignInWithDiscord

SignInWithDiscord mocks base method.

func (*MockAuthAPIServer) SignInWithPhoneNumber

SignInWithPhoneNumber mocks base method.

func (*MockAuthAPIServer) SignInWithUsername

SignInWithUsername mocks base method.

func (*MockAuthAPIServer) SignUpFirebase

SignUpFirebase mocks base method.

func (*MockAuthAPIServer) SignUpGuest

SignUpGuest mocks base method.

func (*MockAuthAPIServer) UnlinkDiscordAccount added in v0.2.35

UnlinkDiscordAccount mocks base method.

func (*MockAuthAPIServer) UnlinkRobloxAccount added in v0.2.35

UnlinkRobloxAccount mocks base method.

func (*MockAuthAPIServer) UpdateModeratorPassword

func (m *MockAuthAPIServer) UpdateModeratorPassword(arg0 context.Context, arg1 *v1.UpdateModeratorPasswordRequest) (*v1.Empty, error)

UpdateModeratorPassword mocks base method.

type MockAuthAPIServerMockRecorder

type MockAuthAPIServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockAuthAPIServerMockRecorder is the mock recorder for MockAuthAPIServer.

func (*MockAuthAPIServerMockRecorder) AddModerator

func (mr *MockAuthAPIServerMockRecorder) AddModerator(arg0, arg1 interface{}) *gomock.Call

AddModerator indicates an expected call of AddModerator.

func (*MockAuthAPIServerMockRecorder) BlacklistUserTokens

func (mr *MockAuthAPIServerMockRecorder) BlacklistUserTokens(arg0, arg1 interface{}) *gomock.Call

BlacklistUserTokens indicates an expected call of BlacklistUserTokens.

func (*MockAuthAPIServerMockRecorder) CheckVerificationCode

func (mr *MockAuthAPIServerMockRecorder) CheckVerificationCode(arg0, arg1 interface{}) *gomock.Call

CheckVerificationCode indicates an expected call of CheckVerificationCode.

func (*MockAuthAPIServerMockRecorder) CreateFirebaseToken

func (mr *MockAuthAPIServerMockRecorder) CreateFirebaseToken(arg0, arg1 interface{}) *gomock.Call

CreateFirebaseToken indicates an expected call of CreateFirebaseToken.

func (*MockAuthAPIServerMockRecorder) CreateToken

func (mr *MockAuthAPIServerMockRecorder) CreateToken(arg0, arg1 interface{}) *gomock.Call

CreateToken indicates an expected call of CreateToken.

func (*MockAuthAPIServerMockRecorder) DeleteModerator

func (mr *MockAuthAPIServerMockRecorder) DeleteModerator(arg0, arg1 interface{}) *gomock.Call

DeleteModerator indicates an expected call of DeleteModerator.

func (*MockAuthAPIServerMockRecorder) DeleteTestUser

func (mr *MockAuthAPIServerMockRecorder) DeleteTestUser(arg0, arg1 interface{}) *gomock.Call

DeleteTestUser indicates an expected call of DeleteTestUser.

func (*MockAuthAPIServerMockRecorder) GetLinkedAccounts added in v0.2.35

func (mr *MockAuthAPIServerMockRecorder) GetLinkedAccounts(arg0, arg1 interface{}) *gomock.Call

GetLinkedAccounts indicates an expected call of GetLinkedAccounts.

func (*MockAuthAPIServerMockRecorder) GetModerationAccountByUsername

func (mr *MockAuthAPIServerMockRecorder) GetModerationAccountByUsername(arg0, arg1 interface{}) *gomock.Call

GetModerationAccountByUsername indicates an expected call of GetModerationAccountByUsername.

func (*MockAuthAPIServerMockRecorder) GetModerators

func (mr *MockAuthAPIServerMockRecorder) GetModerators(arg0, arg1 interface{}) *gomock.Call

GetModerators indicates an expected call of GetModerators.

func (*MockAuthAPIServerMockRecorder) GetModeratorsById

func (mr *MockAuthAPIServerMockRecorder) GetModeratorsById(arg0, arg1 interface{}) *gomock.Call

GetModeratorsById indicates an expected call of GetModeratorsById.

func (*MockAuthAPIServerMockRecorder) GetSignInCaptchaParams

func (mr *MockAuthAPIServerMockRecorder) GetSignInCaptchaParams(arg0, arg1 interface{}) *gomock.Call

GetSignInCaptchaParams indicates an expected call of GetSignInCaptchaParams.

func (*MockAuthAPIServerMockRecorder) GetTokenByID

func (mr *MockAuthAPIServerMockRecorder) GetTokenByID(arg0, arg1 interface{}) *gomock.Call

GetTokenByID indicates an expected call of GetTokenByID.

func (*MockAuthAPIServerMockRecorder) GetTokensByID added in v0.2.5

func (mr *MockAuthAPIServerMockRecorder) GetTokensByID(arg0, arg1 interface{}) *gomock.Call

GetTokensByID indicates an expected call of GetTokensByID.

func (*MockAuthAPIServerMockRecorder) GetUserIDByLinkedRobloxUserID added in v0.2.95

func (mr *MockAuthAPIServerMockRecorder) GetUserIDByLinkedRobloxUserID(arg0, arg1 interface{}) *gomock.Call

GetUserIDByLinkedRobloxUserID indicates an expected call of GetUserIDByLinkedRobloxUserID.

func (*MockAuthAPIServerMockRecorder) GetUserIDByLinkedRobloxUsername added in v0.2.96

func (mr *MockAuthAPIServerMockRecorder) GetUserIDByLinkedRobloxUsername(arg0, arg1 interface{}) *gomock.Call

GetUserIDByLinkedRobloxUsername indicates an expected call of GetUserIDByLinkedRobloxUsername.

func (*MockAuthAPIServerMockRecorder) IsTokenBlacklisted

func (mr *MockAuthAPIServerMockRecorder) IsTokenBlacklisted(arg0, arg1 interface{}) *gomock.Call

IsTokenBlacklisted indicates an expected call of IsTokenBlacklisted.

func (*MockAuthAPIServerMockRecorder) IssueToken

func (mr *MockAuthAPIServerMockRecorder) IssueToken(arg0, arg1 interface{}) *gomock.Call

IssueToken indicates an expected call of IssueToken.

func (*MockAuthAPIServerMockRecorder) LinkDiscordAccount added in v0.2.35

func (mr *MockAuthAPIServerMockRecorder) LinkDiscordAccount(arg0, arg1 interface{}) *gomock.Call

LinkDiscordAccount indicates an expected call of LinkDiscordAccount.

func (*MockAuthAPIServerMockRecorder) LinkRobloxAccount added in v0.2.35

func (mr *MockAuthAPIServerMockRecorder) LinkRobloxAccount(arg0, arg1 interface{}) *gomock.Call

LinkRobloxAccount indicates an expected call of LinkRobloxAccount.

func (*MockAuthAPIServerMockRecorder) LinkRobloxAccountSimplified added in v0.2.97

func (mr *MockAuthAPIServerMockRecorder) LinkRobloxAccountSimplified(arg0, arg1 interface{}) *gomock.Call

LinkRobloxAccountSimplified indicates an expected call of LinkRobloxAccountSimplified.

func (*MockAuthAPIServerMockRecorder) RefreshTokens

func (mr *MockAuthAPIServerMockRecorder) RefreshTokens(arg0, arg1 interface{}) *gomock.Call

RefreshTokens indicates an expected call of RefreshTokens.

func (*MockAuthAPIServerMockRecorder) RevokeToken

func (mr *MockAuthAPIServerMockRecorder) RevokeToken(arg0, arg1 interface{}) *gomock.Call

RevokeToken indicates an expected call of RevokeToken.

func (*MockAuthAPIServerMockRecorder) SignInFirebase

func (mr *MockAuthAPIServerMockRecorder) SignInFirebase(arg0, arg1 interface{}) *gomock.Call

SignInFirebase indicates an expected call of SignInFirebase.

func (*MockAuthAPIServerMockRecorder) SignInModeration

func (mr *MockAuthAPIServerMockRecorder) SignInModeration(arg0, arg1 interface{}) *gomock.Call

SignInModeration indicates an expected call of SignInModeration.

func (*MockAuthAPIServerMockRecorder) SignInWithDiscord

func (mr *MockAuthAPIServerMockRecorder) SignInWithDiscord(arg0, arg1 interface{}) *gomock.Call

SignInWithDiscord indicates an expected call of SignInWithDiscord.

func (*MockAuthAPIServerMockRecorder) SignInWithPhoneNumber

func (mr *MockAuthAPIServerMockRecorder) SignInWithPhoneNumber(arg0, arg1 interface{}) *gomock.Call

SignInWithPhoneNumber indicates an expected call of SignInWithPhoneNumber.

func (*MockAuthAPIServerMockRecorder) SignInWithUsername

func (mr *MockAuthAPIServerMockRecorder) SignInWithUsername(arg0, arg1 interface{}) *gomock.Call

SignInWithUsername indicates an expected call of SignInWithUsername.

func (*MockAuthAPIServerMockRecorder) SignUpFirebase

func (mr *MockAuthAPIServerMockRecorder) SignUpFirebase(arg0, arg1 interface{}) *gomock.Call

SignUpFirebase indicates an expected call of SignUpFirebase.

func (*MockAuthAPIServerMockRecorder) SignUpGuest

func (mr *MockAuthAPIServerMockRecorder) SignUpGuest(arg0, arg1 interface{}) *gomock.Call

SignUpGuest indicates an expected call of SignUpGuest.

func (*MockAuthAPIServerMockRecorder) UnlinkDiscordAccount added in v0.2.35

func (mr *MockAuthAPIServerMockRecorder) UnlinkDiscordAccount(arg0, arg1 interface{}) *gomock.Call

UnlinkDiscordAccount indicates an expected call of UnlinkDiscordAccount.

func (*MockAuthAPIServerMockRecorder) UnlinkRobloxAccount added in v0.2.35

func (mr *MockAuthAPIServerMockRecorder) UnlinkRobloxAccount(arg0, arg1 interface{}) *gomock.Call

UnlinkRobloxAccount indicates an expected call of UnlinkRobloxAccount.

func (*MockAuthAPIServerMockRecorder) UpdateModeratorPassword

func (mr *MockAuthAPIServerMockRecorder) UpdateModeratorPassword(arg0, arg1 interface{}) *gomock.Call

UpdateModeratorPassword indicates an expected call of UpdateModeratorPassword.

type MockUnsafeAuthAPIServer

type MockUnsafeAuthAPIServer struct {
	// contains filtered or unexported fields
}

MockUnsafeAuthAPIServer is a mock of UnsafeAuthAPIServer interface.

func NewMockUnsafeAuthAPIServer

func NewMockUnsafeAuthAPIServer(ctrl *gomock.Controller) *MockUnsafeAuthAPIServer

NewMockUnsafeAuthAPIServer creates a new mock instance.

func (*MockUnsafeAuthAPIServer) EXPECT

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

type MockUnsafeAuthAPIServerMockRecorder

type MockUnsafeAuthAPIServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockUnsafeAuthAPIServerMockRecorder is the mock recorder for MockUnsafeAuthAPIServer.

Jump to

Keyboard shortcuts

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