Documentation ¶
Overview ¶
Package auth_mock is a generated GoMock package.
Index ¶
- type MockAuthAPIClient
- func (m *MockAuthAPIClient) AddModerator(ctx context.Context, in *v1.AddModeratorRequest, opts ...grpc.CallOption) (*v1.AddModeratorResponse, error)
- func (m *MockAuthAPIClient) BlacklistUserTokens(ctx context.Context, in *v1.BlacklistUserTokensRequest, ...) (*v1.Empty, error)
- func (m *MockAuthAPIClient) CheckVerificationCode(ctx context.Context, in *v1.CheckVerificationCodeRequest, ...) (*v1.CheckVerificationCodeResponse, error)
- func (m *MockAuthAPIClient) CreateFirebaseToken(ctx context.Context, in *v1.CreateFirebaseTokenRequest, ...) (*v1.CreateFirebaseTokenResponse, error)
- func (m *MockAuthAPIClient) CreateToken(ctx context.Context, in *v1.CreateTokenRequest, opts ...grpc.CallOption) (*v1.CreateTokenResponse, error)
- func (m *MockAuthAPIClient) DeleteModerator(ctx context.Context, in *v1.DeleteModeratorRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockAuthAPIClient) DeleteTestUser(ctx context.Context, in *v1.DeleteTestUserRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockAuthAPIClient) EXPECT() *MockAuthAPIClientMockRecorder
- func (m *MockAuthAPIClient) GetLinkedAccounts(ctx context.Context, in *v1.GetLinkedAccountsRequest, opts ...grpc.CallOption) (*v1.GetLinkedAccountsResponse, error)
- func (m *MockAuthAPIClient) GetModerationAccountByUsername(ctx context.Context, in *v1.GetModerationAccountByUsernameRequest, ...) (*v1.GetModerationAccountByUsernameResponse, error)
- func (m *MockAuthAPIClient) GetModerators(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetModeratorsResponse, error)
- func (m *MockAuthAPIClient) GetModeratorsById(ctx context.Context, in *v1.GetModeratorsByIdRequest, opts ...grpc.CallOption) (*v1.GetModeratorsResponse, error)
- func (m *MockAuthAPIClient) GetSignInCaptchaParams(ctx context.Context, in *v1.GetSignInCaptchaParamsRequest, ...) (*v1.GetSignInCaptchaParamsResponse, error)
- func (m *MockAuthAPIClient) GetTokenByID(ctx context.Context, in *v1.GetTokenByIDRequest, opts ...grpc.CallOption) (*v1.GetTokenByIDResponse, error)
- func (m *MockAuthAPIClient) GetTokensByID(ctx context.Context, in *v1.GetTokensByIDRequest, opts ...grpc.CallOption) (*v1.GetTokensByIDResponse, error)
- func (m *MockAuthAPIClient) GetUserIDByLinkedRobloxUserID(ctx context.Context, in *v1.GetUserIDByLinkedRobloxUserIDRequest, ...) (*v1.GetUserIDByLinkedRobloxUserIDResponse, error)
- func (m *MockAuthAPIClient) GetUserIDByLinkedRobloxUsername(ctx context.Context, in *v1.GetUserIDByLinkedRobloxUsernameRequest, ...) (*v1.GetUserIDByLinkedRobloxUsernameResponse, error)
- func (m *MockAuthAPIClient) IsTokenBlacklisted(ctx context.Context, in *v1.IsTokenBlacklistedRequest, opts ...grpc.CallOption) (*v1.IsTokenBlacklistedResponse, error)
- func (m *MockAuthAPIClient) IssueToken(ctx context.Context, in *v1.IssueTokenRequest, opts ...grpc.CallOption) (*v1.IssueTokenResponse, error)
- func (m *MockAuthAPIClient) LinkDiscordAccount(ctx context.Context, in *v1.LinkDiscordAccountRequest, opts ...grpc.CallOption) (*v1.LinkDiscordAccountResponse, error)
- func (m *MockAuthAPIClient) LinkRobloxAccount(ctx context.Context, in *v1.LinkRobloxAccountRequest, opts ...grpc.CallOption) (*v1.LinkRobloxAccountResponse, error)
- func (m *MockAuthAPIClient) LinkRobloxAccountSimplified(ctx context.Context, in *v1.LinkRobloxAccountSimplifiedRequest, ...) (*v1.LinkRobloxAccountSimplifiedResponse, error)
- func (m *MockAuthAPIClient) RefreshTokens(ctx context.Context, in *v1.RefreshTokensRequest, opts ...grpc.CallOption) (*v1.RefreshTokensResponse, error)
- func (m *MockAuthAPIClient) RevokeToken(ctx context.Context, in *v1.RevokeTokenRequest, opts ...grpc.CallOption) (*v1.RevokeTokenResponse, error)
- func (m *MockAuthAPIClient) SignInFirebase(ctx context.Context, in *v1.SignInFirebaseRequest, opts ...grpc.CallOption) (*v1.SignInFirebaseResponse, error)
- func (m *MockAuthAPIClient) SignInModeration(ctx context.Context, in *v1.SignInModerationRequest, opts ...grpc.CallOption) (*v1.SignInModerationResponse, error)
- func (m *MockAuthAPIClient) SignInWithDiscord(ctx context.Context, in *v1.SignInWithDiscordRequest, opts ...grpc.CallOption) (*v1.SignInWithDiscordResponse, error)
- func (m *MockAuthAPIClient) SignInWithPhoneNumber(ctx context.Context, in *v1.SignInWithPhoneNumberRequest, ...) (*v1.SignInWithPhoneNumberResponse, error)
- func (m *MockAuthAPIClient) SignInWithUsername(ctx context.Context, in *v1.SignInWithUsernameRequest, opts ...grpc.CallOption) (*v1.SignInWithUsernameResponse, error)
- func (m *MockAuthAPIClient) SignUpFirebase(ctx context.Context, in *v1.SignUpFirebaseRequest, opts ...grpc.CallOption) (*v1.SignUpFirebaseResponse, error)
- func (m *MockAuthAPIClient) SignUpGuest(ctx context.Context, in *v1.SignUpGuestRequest, opts ...grpc.CallOption) (*v1.SignUpGuestResponse, error)
- func (m *MockAuthAPIClient) UnlinkDiscordAccount(ctx context.Context, in *v1.UnlinkDiscordAccountRequest, ...) (*v1.UnlinkDiscordAccountResponse, error)
- func (m *MockAuthAPIClient) UnlinkRobloxAccount(ctx context.Context, in *v1.UnlinkRobloxAccountRequest, ...) (*v1.UnlinkRobloxAccountResponse, error)
- func (m *MockAuthAPIClient) UpdateModeratorPassword(ctx context.Context, in *v1.UpdateModeratorPasswordRequest, ...) (*v1.Empty, error)
- type MockAuthAPIClientMockRecorder
- func (mr *MockAuthAPIClientMockRecorder) AddModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) BlacklistUserTokens(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) CheckVerificationCode(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) CreateFirebaseToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) CreateToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) DeleteModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) DeleteTestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetLinkedAccounts(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetModerationAccountByUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetModerators(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetModeratorsById(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetSignInCaptchaParams(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetTokenByID(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetTokensByID(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetUserIDByLinkedRobloxUserID(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) GetUserIDByLinkedRobloxUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) IsTokenBlacklisted(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) IssueToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) LinkDiscordAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) LinkRobloxAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) LinkRobloxAccountSimplified(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) RefreshTokens(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) RevokeToken(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignInFirebase(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignInModeration(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignInWithDiscord(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignInWithPhoneNumber(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignInWithUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignUpFirebase(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) SignUpGuest(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) UnlinkDiscordAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) UnlinkRobloxAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAuthAPIClientMockRecorder) UpdateModeratorPassword(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockAuthAPIServer
- func (m *MockAuthAPIServer) AddModerator(arg0 context.Context, arg1 *v1.AddModeratorRequest) (*v1.AddModeratorResponse, error)
- func (m *MockAuthAPIServer) BlacklistUserTokens(arg0 context.Context, arg1 *v1.BlacklistUserTokensRequest) (*v1.Empty, error)
- func (m *MockAuthAPIServer) CheckVerificationCode(arg0 context.Context, arg1 *v1.CheckVerificationCodeRequest) (*v1.CheckVerificationCodeResponse, error)
- func (m *MockAuthAPIServer) CreateFirebaseToken(arg0 context.Context, arg1 *v1.CreateFirebaseTokenRequest) (*v1.CreateFirebaseTokenResponse, error)
- func (m *MockAuthAPIServer) CreateToken(arg0 context.Context, arg1 *v1.CreateTokenRequest) (*v1.CreateTokenResponse, error)
- func (m *MockAuthAPIServer) DeleteModerator(arg0 context.Context, arg1 *v1.DeleteModeratorRequest) (*v1.Empty, error)
- func (m *MockAuthAPIServer) DeleteTestUser(arg0 context.Context, arg1 *v1.DeleteTestUserRequest) (*v1.Empty, error)
- func (m *MockAuthAPIServer) EXPECT() *MockAuthAPIServerMockRecorder
- func (m *MockAuthAPIServer) GetLinkedAccounts(arg0 context.Context, arg1 *v1.GetLinkedAccountsRequest) (*v1.GetLinkedAccountsResponse, error)
- func (m *MockAuthAPIServer) GetModerationAccountByUsername(arg0 context.Context, arg1 *v1.GetModerationAccountByUsernameRequest) (*v1.GetModerationAccountByUsernameResponse, error)
- func (m *MockAuthAPIServer) GetModerators(arg0 context.Context, arg1 *v1.Empty) (*v1.GetModeratorsResponse, error)
- func (m *MockAuthAPIServer) GetModeratorsById(arg0 context.Context, arg1 *v1.GetModeratorsByIdRequest) (*v1.GetModeratorsResponse, error)
- func (m *MockAuthAPIServer) GetSignInCaptchaParams(arg0 context.Context, arg1 *v1.GetSignInCaptchaParamsRequest) (*v1.GetSignInCaptchaParamsResponse, error)
- func (m *MockAuthAPIServer) GetTokenByID(arg0 context.Context, arg1 *v1.GetTokenByIDRequest) (*v1.GetTokenByIDResponse, error)
- func (m *MockAuthAPIServer) GetTokensByID(arg0 context.Context, arg1 *v1.GetTokensByIDRequest) (*v1.GetTokensByIDResponse, error)
- func (m *MockAuthAPIServer) GetUserIDByLinkedRobloxUserID(arg0 context.Context, arg1 *v1.GetUserIDByLinkedRobloxUserIDRequest) (*v1.GetUserIDByLinkedRobloxUserIDResponse, error)
- func (m *MockAuthAPIServer) GetUserIDByLinkedRobloxUsername(arg0 context.Context, arg1 *v1.GetUserIDByLinkedRobloxUsernameRequest) (*v1.GetUserIDByLinkedRobloxUsernameResponse, error)
- func (m *MockAuthAPIServer) IsTokenBlacklisted(arg0 context.Context, arg1 *v1.IsTokenBlacklistedRequest) (*v1.IsTokenBlacklistedResponse, error)
- func (m *MockAuthAPIServer) IssueToken(arg0 context.Context, arg1 *v1.IssueTokenRequest) (*v1.IssueTokenResponse, error)
- func (m *MockAuthAPIServer) LinkDiscordAccount(arg0 context.Context, arg1 *v1.LinkDiscordAccountRequest) (*v1.LinkDiscordAccountResponse, error)
- func (m *MockAuthAPIServer) LinkRobloxAccount(arg0 context.Context, arg1 *v1.LinkRobloxAccountRequest) (*v1.LinkRobloxAccountResponse, error)
- func (m *MockAuthAPIServer) LinkRobloxAccountSimplified(arg0 context.Context, arg1 *v1.LinkRobloxAccountSimplifiedRequest) (*v1.LinkRobloxAccountSimplifiedResponse, error)
- func (m *MockAuthAPIServer) RefreshTokens(arg0 context.Context, arg1 *v1.RefreshTokensRequest) (*v1.RefreshTokensResponse, error)
- func (m *MockAuthAPIServer) RevokeToken(arg0 context.Context, arg1 *v1.RevokeTokenRequest) (*v1.RevokeTokenResponse, error)
- func (m *MockAuthAPIServer) SignInFirebase(arg0 context.Context, arg1 *v1.SignInFirebaseRequest) (*v1.SignInFirebaseResponse, error)
- func (m *MockAuthAPIServer) SignInModeration(arg0 context.Context, arg1 *v1.SignInModerationRequest) (*v1.SignInModerationResponse, error)
- func (m *MockAuthAPIServer) SignInWithDiscord(arg0 context.Context, arg1 *v1.SignInWithDiscordRequest) (*v1.SignInWithDiscordResponse, error)
- func (m *MockAuthAPIServer) SignInWithPhoneNumber(arg0 context.Context, arg1 *v1.SignInWithPhoneNumberRequest) (*v1.SignInWithPhoneNumberResponse, error)
- func (m *MockAuthAPIServer) SignInWithUsername(arg0 context.Context, arg1 *v1.SignInWithUsernameRequest) (*v1.SignInWithUsernameResponse, error)
- func (m *MockAuthAPIServer) SignUpFirebase(arg0 context.Context, arg1 *v1.SignUpFirebaseRequest) (*v1.SignUpFirebaseResponse, error)
- func (m *MockAuthAPIServer) SignUpGuest(arg0 context.Context, arg1 *v1.SignUpGuestRequest) (*v1.SignUpGuestResponse, error)
- func (m *MockAuthAPIServer) UnlinkDiscordAccount(arg0 context.Context, arg1 *v1.UnlinkDiscordAccountRequest) (*v1.UnlinkDiscordAccountResponse, error)
- func (m *MockAuthAPIServer) UnlinkRobloxAccount(arg0 context.Context, arg1 *v1.UnlinkRobloxAccountRequest) (*v1.UnlinkRobloxAccountResponse, error)
- func (m *MockAuthAPIServer) UpdateModeratorPassword(arg0 context.Context, arg1 *v1.UpdateModeratorPasswordRequest) (*v1.Empty, error)
- type MockAuthAPIServerMockRecorder
- func (mr *MockAuthAPIServerMockRecorder) AddModerator(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) BlacklistUserTokens(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) CheckVerificationCode(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) CreateFirebaseToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) CreateToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) DeleteModerator(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) DeleteTestUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetLinkedAccounts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetModerationAccountByUsername(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetModerators(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetModeratorsById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetSignInCaptchaParams(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetTokenByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetTokensByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetUserIDByLinkedRobloxUserID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) GetUserIDByLinkedRobloxUsername(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) IsTokenBlacklisted(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) IssueToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) LinkDiscordAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) LinkRobloxAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) LinkRobloxAccountSimplified(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) RefreshTokens(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) RevokeToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignInFirebase(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignInModeration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignInWithDiscord(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignInWithPhoneNumber(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignInWithUsername(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignUpFirebase(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) SignUpGuest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) UnlinkDiscordAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) UnlinkRobloxAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAuthAPIServerMockRecorder) UpdateModeratorPassword(arg0, arg1 interface{}) *gomock.Call
- type MockUnsafeAuthAPIServer
- type MockUnsafeAuthAPIServerMockRecorder
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 ¶
func (m *MockAuthAPIClient) AddModerator(ctx context.Context, in *v1.AddModeratorRequest, opts ...grpc.CallOption) (*v1.AddModeratorResponse, error)
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 ¶
func (m *MockAuthAPIClient) CheckVerificationCode(ctx context.Context, in *v1.CheckVerificationCodeRequest, opts ...grpc.CallOption) (*v1.CheckVerificationCodeResponse, error)
CheckVerificationCode mocks base method.
func (*MockAuthAPIClient) CreateFirebaseToken ¶
func (m *MockAuthAPIClient) CreateFirebaseToken(ctx context.Context, in *v1.CreateFirebaseTokenRequest, opts ...grpc.CallOption) (*v1.CreateFirebaseTokenResponse, error)
CreateFirebaseToken mocks base method.
func (*MockAuthAPIClient) CreateToken ¶
func (m *MockAuthAPIClient) CreateToken(ctx context.Context, in *v1.CreateTokenRequest, opts ...grpc.CallOption) (*v1.CreateTokenResponse, error)
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 ¶
func (m *MockAuthAPIClient) EXPECT() *MockAuthAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthAPIClient) GetLinkedAccounts ¶ added in v0.2.35
func (m *MockAuthAPIClient) GetLinkedAccounts(ctx context.Context, in *v1.GetLinkedAccountsRequest, opts ...grpc.CallOption) (*v1.GetLinkedAccountsResponse, error)
GetLinkedAccounts mocks base method.
func (*MockAuthAPIClient) GetModerationAccountByUsername ¶
func (m *MockAuthAPIClient) GetModerationAccountByUsername(ctx context.Context, in *v1.GetModerationAccountByUsernameRequest, opts ...grpc.CallOption) (*v1.GetModerationAccountByUsernameResponse, error)
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 ¶
func (m *MockAuthAPIClient) GetModeratorsById(ctx context.Context, in *v1.GetModeratorsByIdRequest, opts ...grpc.CallOption) (*v1.GetModeratorsResponse, error)
GetModeratorsById mocks base method.
func (*MockAuthAPIClient) GetSignInCaptchaParams ¶
func (m *MockAuthAPIClient) GetSignInCaptchaParams(ctx context.Context, in *v1.GetSignInCaptchaParamsRequest, opts ...grpc.CallOption) (*v1.GetSignInCaptchaParamsResponse, error)
GetSignInCaptchaParams mocks base method.
func (*MockAuthAPIClient) GetTokenByID ¶
func (m *MockAuthAPIClient) GetTokenByID(ctx context.Context, in *v1.GetTokenByIDRequest, opts ...grpc.CallOption) (*v1.GetTokenByIDResponse, error)
GetTokenByID mocks base method.
func (*MockAuthAPIClient) GetTokensByID ¶ added in v0.2.5
func (m *MockAuthAPIClient) GetTokensByID(ctx context.Context, in *v1.GetTokensByIDRequest, opts ...grpc.CallOption) (*v1.GetTokensByIDResponse, error)
GetTokensByID mocks base method.
func (*MockAuthAPIClient) GetUserIDByLinkedRobloxUserID ¶ added in v0.2.95
func (m *MockAuthAPIClient) GetUserIDByLinkedRobloxUserID(ctx context.Context, in *v1.GetUserIDByLinkedRobloxUserIDRequest, opts ...grpc.CallOption) (*v1.GetUserIDByLinkedRobloxUserIDResponse, error)
GetUserIDByLinkedRobloxUserID mocks base method.
func (*MockAuthAPIClient) GetUserIDByLinkedRobloxUsername ¶ added in v0.2.96
func (m *MockAuthAPIClient) GetUserIDByLinkedRobloxUsername(ctx context.Context, in *v1.GetUserIDByLinkedRobloxUsernameRequest, opts ...grpc.CallOption) (*v1.GetUserIDByLinkedRobloxUsernameResponse, error)
GetUserIDByLinkedRobloxUsername mocks base method.
func (*MockAuthAPIClient) IsTokenBlacklisted ¶
func (m *MockAuthAPIClient) IsTokenBlacklisted(ctx context.Context, in *v1.IsTokenBlacklistedRequest, opts ...grpc.CallOption) (*v1.IsTokenBlacklistedResponse, error)
IsTokenBlacklisted mocks base method.
func (*MockAuthAPIClient) IssueToken ¶
func (m *MockAuthAPIClient) IssueToken(ctx context.Context, in *v1.IssueTokenRequest, opts ...grpc.CallOption) (*v1.IssueTokenResponse, error)
IssueToken mocks base method.
func (*MockAuthAPIClient) LinkDiscordAccount ¶ added in v0.2.35
func (m *MockAuthAPIClient) LinkDiscordAccount(ctx context.Context, in *v1.LinkDiscordAccountRequest, opts ...grpc.CallOption) (*v1.LinkDiscordAccountResponse, error)
LinkDiscordAccount mocks base method.
func (*MockAuthAPIClient) LinkRobloxAccount ¶ added in v0.2.35
func (m *MockAuthAPIClient) LinkRobloxAccount(ctx context.Context, in *v1.LinkRobloxAccountRequest, opts ...grpc.CallOption) (*v1.LinkRobloxAccountResponse, error)
LinkRobloxAccount mocks base method.
func (*MockAuthAPIClient) LinkRobloxAccountSimplified ¶ added in v0.2.97
func (m *MockAuthAPIClient) LinkRobloxAccountSimplified(ctx context.Context, in *v1.LinkRobloxAccountSimplifiedRequest, opts ...grpc.CallOption) (*v1.LinkRobloxAccountSimplifiedResponse, error)
LinkRobloxAccountSimplified mocks base method.
func (*MockAuthAPIClient) RefreshTokens ¶
func (m *MockAuthAPIClient) RefreshTokens(ctx context.Context, in *v1.RefreshTokensRequest, opts ...grpc.CallOption) (*v1.RefreshTokensResponse, error)
RefreshTokens mocks base method.
func (*MockAuthAPIClient) RevokeToken ¶
func (m *MockAuthAPIClient) RevokeToken(ctx context.Context, in *v1.RevokeTokenRequest, opts ...grpc.CallOption) (*v1.RevokeTokenResponse, error)
RevokeToken mocks base method.
func (*MockAuthAPIClient) SignInFirebase ¶
func (m *MockAuthAPIClient) SignInFirebase(ctx context.Context, in *v1.SignInFirebaseRequest, opts ...grpc.CallOption) (*v1.SignInFirebaseResponse, error)
SignInFirebase mocks base method.
func (*MockAuthAPIClient) SignInModeration ¶
func (m *MockAuthAPIClient) SignInModeration(ctx context.Context, in *v1.SignInModerationRequest, opts ...grpc.CallOption) (*v1.SignInModerationResponse, error)
SignInModeration mocks base method.
func (*MockAuthAPIClient) SignInWithDiscord ¶
func (m *MockAuthAPIClient) SignInWithDiscord(ctx context.Context, in *v1.SignInWithDiscordRequest, opts ...grpc.CallOption) (*v1.SignInWithDiscordResponse, error)
SignInWithDiscord mocks base method.
func (*MockAuthAPIClient) SignInWithPhoneNumber ¶
func (m *MockAuthAPIClient) SignInWithPhoneNumber(ctx context.Context, in *v1.SignInWithPhoneNumberRequest, opts ...grpc.CallOption) (*v1.SignInWithPhoneNumberResponse, error)
SignInWithPhoneNumber mocks base method.
func (*MockAuthAPIClient) SignInWithUsername ¶
func (m *MockAuthAPIClient) SignInWithUsername(ctx context.Context, in *v1.SignInWithUsernameRequest, opts ...grpc.CallOption) (*v1.SignInWithUsernameResponse, error)
SignInWithUsername mocks base method.
func (*MockAuthAPIClient) SignUpFirebase ¶
func (m *MockAuthAPIClient) SignUpFirebase(ctx context.Context, in *v1.SignUpFirebaseRequest, opts ...grpc.CallOption) (*v1.SignUpFirebaseResponse, error)
SignUpFirebase mocks base method.
func (*MockAuthAPIClient) SignUpGuest ¶
func (m *MockAuthAPIClient) SignUpGuest(ctx context.Context, in *v1.SignUpGuestRequest, opts ...grpc.CallOption) (*v1.SignUpGuestResponse, error)
SignUpGuest mocks base method.
func (*MockAuthAPIClient) UnlinkDiscordAccount ¶ added in v0.2.35
func (m *MockAuthAPIClient) UnlinkDiscordAccount(ctx context.Context, in *v1.UnlinkDiscordAccountRequest, opts ...grpc.CallOption) (*v1.UnlinkDiscordAccountResponse, error)
UnlinkDiscordAccount mocks base method.
func (*MockAuthAPIClient) UnlinkRobloxAccount ¶ added in v0.2.35
func (m *MockAuthAPIClient) UnlinkRobloxAccount(ctx context.Context, in *v1.UnlinkRobloxAccountRequest, opts ...grpc.CallOption) (*v1.UnlinkRobloxAccountResponse, error)
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 ¶
func (m *MockAuthAPIServer) AddModerator(arg0 context.Context, arg1 *v1.AddModeratorRequest) (*v1.AddModeratorResponse, error)
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 ¶
func (m *MockAuthAPIServer) CheckVerificationCode(arg0 context.Context, arg1 *v1.CheckVerificationCodeRequest) (*v1.CheckVerificationCodeResponse, error)
CheckVerificationCode mocks base method.
func (*MockAuthAPIServer) CreateFirebaseToken ¶
func (m *MockAuthAPIServer) CreateFirebaseToken(arg0 context.Context, arg1 *v1.CreateFirebaseTokenRequest) (*v1.CreateFirebaseTokenResponse, error)
CreateFirebaseToken mocks base method.
func (*MockAuthAPIServer) CreateToken ¶
func (m *MockAuthAPIServer) CreateToken(arg0 context.Context, arg1 *v1.CreateTokenRequest) (*v1.CreateTokenResponse, error)
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 ¶
func (m *MockAuthAPIServer) EXPECT() *MockAuthAPIServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthAPIServer) GetLinkedAccounts ¶ added in v0.2.35
func (m *MockAuthAPIServer) GetLinkedAccounts(arg0 context.Context, arg1 *v1.GetLinkedAccountsRequest) (*v1.GetLinkedAccountsResponse, error)
GetLinkedAccounts mocks base method.
func (*MockAuthAPIServer) GetModerationAccountByUsername ¶
func (m *MockAuthAPIServer) GetModerationAccountByUsername(arg0 context.Context, arg1 *v1.GetModerationAccountByUsernameRequest) (*v1.GetModerationAccountByUsernameResponse, error)
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 ¶
func (m *MockAuthAPIServer) GetModeratorsById(arg0 context.Context, arg1 *v1.GetModeratorsByIdRequest) (*v1.GetModeratorsResponse, error)
GetModeratorsById mocks base method.
func (*MockAuthAPIServer) GetSignInCaptchaParams ¶
func (m *MockAuthAPIServer) GetSignInCaptchaParams(arg0 context.Context, arg1 *v1.GetSignInCaptchaParamsRequest) (*v1.GetSignInCaptchaParamsResponse, error)
GetSignInCaptchaParams mocks base method.
func (*MockAuthAPIServer) GetTokenByID ¶
func (m *MockAuthAPIServer) GetTokenByID(arg0 context.Context, arg1 *v1.GetTokenByIDRequest) (*v1.GetTokenByIDResponse, error)
GetTokenByID mocks base method.
func (*MockAuthAPIServer) GetTokensByID ¶ added in v0.2.5
func (m *MockAuthAPIServer) GetTokensByID(arg0 context.Context, arg1 *v1.GetTokensByIDRequest) (*v1.GetTokensByIDResponse, error)
GetTokensByID mocks base method.
func (*MockAuthAPIServer) GetUserIDByLinkedRobloxUserID ¶ added in v0.2.95
func (m *MockAuthAPIServer) GetUserIDByLinkedRobloxUserID(arg0 context.Context, arg1 *v1.GetUserIDByLinkedRobloxUserIDRequest) (*v1.GetUserIDByLinkedRobloxUserIDResponse, error)
GetUserIDByLinkedRobloxUserID mocks base method.
func (*MockAuthAPIServer) GetUserIDByLinkedRobloxUsername ¶ added in v0.2.96
func (m *MockAuthAPIServer) GetUserIDByLinkedRobloxUsername(arg0 context.Context, arg1 *v1.GetUserIDByLinkedRobloxUsernameRequest) (*v1.GetUserIDByLinkedRobloxUsernameResponse, error)
GetUserIDByLinkedRobloxUsername mocks base method.
func (*MockAuthAPIServer) IsTokenBlacklisted ¶
func (m *MockAuthAPIServer) IsTokenBlacklisted(arg0 context.Context, arg1 *v1.IsTokenBlacklistedRequest) (*v1.IsTokenBlacklistedResponse, error)
IsTokenBlacklisted mocks base method.
func (*MockAuthAPIServer) IssueToken ¶
func (m *MockAuthAPIServer) IssueToken(arg0 context.Context, arg1 *v1.IssueTokenRequest) (*v1.IssueTokenResponse, error)
IssueToken mocks base method.
func (*MockAuthAPIServer) LinkDiscordAccount ¶ added in v0.2.35
func (m *MockAuthAPIServer) LinkDiscordAccount(arg0 context.Context, arg1 *v1.LinkDiscordAccountRequest) (*v1.LinkDiscordAccountResponse, error)
LinkDiscordAccount mocks base method.
func (*MockAuthAPIServer) LinkRobloxAccount ¶ added in v0.2.35
func (m *MockAuthAPIServer) LinkRobloxAccount(arg0 context.Context, arg1 *v1.LinkRobloxAccountRequest) (*v1.LinkRobloxAccountResponse, error)
LinkRobloxAccount mocks base method.
func (*MockAuthAPIServer) LinkRobloxAccountSimplified ¶ added in v0.2.97
func (m *MockAuthAPIServer) LinkRobloxAccountSimplified(arg0 context.Context, arg1 *v1.LinkRobloxAccountSimplifiedRequest) (*v1.LinkRobloxAccountSimplifiedResponse, error)
LinkRobloxAccountSimplified mocks base method.
func (*MockAuthAPIServer) RefreshTokens ¶
func (m *MockAuthAPIServer) RefreshTokens(arg0 context.Context, arg1 *v1.RefreshTokensRequest) (*v1.RefreshTokensResponse, error)
RefreshTokens mocks base method.
func (*MockAuthAPIServer) RevokeToken ¶
func (m *MockAuthAPIServer) RevokeToken(arg0 context.Context, arg1 *v1.RevokeTokenRequest) (*v1.RevokeTokenResponse, error)
RevokeToken mocks base method.
func (*MockAuthAPIServer) SignInFirebase ¶
func (m *MockAuthAPIServer) SignInFirebase(arg0 context.Context, arg1 *v1.SignInFirebaseRequest) (*v1.SignInFirebaseResponse, error)
SignInFirebase mocks base method.
func (*MockAuthAPIServer) SignInModeration ¶
func (m *MockAuthAPIServer) SignInModeration(arg0 context.Context, arg1 *v1.SignInModerationRequest) (*v1.SignInModerationResponse, error)
SignInModeration mocks base method.
func (*MockAuthAPIServer) SignInWithDiscord ¶
func (m *MockAuthAPIServer) SignInWithDiscord(arg0 context.Context, arg1 *v1.SignInWithDiscordRequest) (*v1.SignInWithDiscordResponse, error)
SignInWithDiscord mocks base method.
func (*MockAuthAPIServer) SignInWithPhoneNumber ¶
func (m *MockAuthAPIServer) SignInWithPhoneNumber(arg0 context.Context, arg1 *v1.SignInWithPhoneNumberRequest) (*v1.SignInWithPhoneNumberResponse, error)
SignInWithPhoneNumber mocks base method.
func (*MockAuthAPIServer) SignInWithUsername ¶
func (m *MockAuthAPIServer) SignInWithUsername(arg0 context.Context, arg1 *v1.SignInWithUsernameRequest) (*v1.SignInWithUsernameResponse, error)
SignInWithUsername mocks base method.
func (*MockAuthAPIServer) SignUpFirebase ¶
func (m *MockAuthAPIServer) SignUpFirebase(arg0 context.Context, arg1 *v1.SignUpFirebaseRequest) (*v1.SignUpFirebaseResponse, error)
SignUpFirebase mocks base method.
func (*MockAuthAPIServer) SignUpGuest ¶
func (m *MockAuthAPIServer) SignUpGuest(arg0 context.Context, arg1 *v1.SignUpGuestRequest) (*v1.SignUpGuestResponse, error)
SignUpGuest mocks base method.
func (*MockAuthAPIServer) UnlinkDiscordAccount ¶ added in v0.2.35
func (m *MockAuthAPIServer) UnlinkDiscordAccount(arg0 context.Context, arg1 *v1.UnlinkDiscordAccountRequest) (*v1.UnlinkDiscordAccountResponse, error)
UnlinkDiscordAccount mocks base method.
func (*MockAuthAPIServer) UnlinkRobloxAccount ¶ added in v0.2.35
func (m *MockAuthAPIServer) UnlinkRobloxAccount(arg0 context.Context, arg1 *v1.UnlinkRobloxAccountRequest) (*v1.UnlinkRobloxAccountResponse, error)
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 ¶
func (m *MockUnsafeAuthAPIServer) EXPECT() *MockUnsafeAuthAPIServerMockRecorder
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.