UserServiceBase class abstract

Annotations
  • @GrpcServiceName('zitadel.user.v2beta.UserService')

Constructors

UserServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
addHumanUser(ServiceCall call, AddHumanUserRequest request) Future<AddHumanUserResponse>
addHumanUser_Pre(ServiceCall call, Future<AddHumanUserRequest> request) Future<AddHumanUserResponse>
addOTPEmail(ServiceCall call, AddOTPEmailRequest request) Future<AddOTPEmailResponse>
addOTPEmail_Pre(ServiceCall call, Future<AddOTPEmailRequest> request) Future<AddOTPEmailResponse>
addOTPSMS(ServiceCall call, AddOTPSMSRequest request) Future<AddOTPSMSResponse>
addOTPSMS_Pre(ServiceCall call, Future<AddOTPSMSRequest> request) Future<AddOTPSMSResponse>
deactivateUser(ServiceCall call, DeactivateUserRequest request) Future<DeactivateUserResponse>
deactivateUser_Pre(ServiceCall call, Future<DeactivateUserRequest> request) Future<DeactivateUserResponse>
deleteUser(ServiceCall call, DeleteUserRequest request) Future<DeleteUserResponse>
deleteUser_Pre(ServiceCall call, Future<DeleteUserRequest> request) Future<DeleteUserResponse>
getUserByID(ServiceCall call, GetUserByIDRequest request) Future<GetUserByIDResponse>
getUserByID_Pre(ServiceCall call, Future<GetUserByIDRequest> request) Future<GetUserByIDResponse>
listAuthenticationMethodTypes(ServiceCall call, ListAuthenticationMethodTypesRequest request) Future<ListAuthenticationMethodTypesResponse>
listAuthenticationMethodTypes_Pre(ServiceCall call, Future<ListAuthenticationMethodTypesRequest> request) Future<ListAuthenticationMethodTypesResponse>
listUsers(ServiceCall call, ListUsersRequest request) Future<ListUsersResponse>
listUsers_Pre(ServiceCall call, Future<ListUsersRequest> request) Future<ListUsersResponse>
lockUser(ServiceCall call, LockUserRequest request) Future<LockUserResponse>
lockUser_Pre(ServiceCall call, Future<LockUserRequest> request) Future<LockUserResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
passwordReset(ServiceCall call, PasswordResetRequest request) Future<PasswordResetResponse>
passwordReset_Pre(ServiceCall call, Future<PasswordResetRequest> request) Future<PasswordResetResponse>
reactivateUser(ServiceCall call, ReactivateUserRequest request) Future<ReactivateUserResponse>
reactivateUser_Pre(ServiceCall call, Future<ReactivateUserRequest> request) Future<ReactivateUserResponse>
registerPasskey(ServiceCall call, RegisterPasskeyRequest request) Future<RegisterPasskeyResponse>
registerPasskey_Pre(ServiceCall call, Future<RegisterPasskeyRequest> request) Future<RegisterPasskeyResponse>
registerTOTP(ServiceCall call, RegisterTOTPRequest request) Future<RegisterTOTPResponse>
registerTOTP_Pre(ServiceCall call, Future<RegisterTOTPRequest> request) Future<RegisterTOTPResponse>
registerU2F(ServiceCall call, RegisterU2FRequest request) Future<RegisterU2FResponse>
registerU2F_Pre(ServiceCall call, Future<RegisterU2FRequest> request) Future<RegisterU2FResponse>
removeOTPEmail(ServiceCall call, RemoveOTPEmailRequest request) Future<RemoveOTPEmailResponse>
removeOTPEmail_Pre(ServiceCall call, Future<RemoveOTPEmailRequest> request) Future<RemoveOTPEmailResponse>
removeOTPSMS(ServiceCall call, RemoveOTPSMSRequest request) Future<RemoveOTPSMSResponse>
removeOTPSMS_Pre(ServiceCall call, Future<RemoveOTPSMSRequest> request) Future<RemoveOTPSMSResponse>
resendEmailCode(ServiceCall call, ResendEmailCodeRequest request) Future<ResendEmailCodeResponse>
resendEmailCode_Pre(ServiceCall call, Future<ResendEmailCodeRequest> request) Future<ResendEmailCodeResponse>
resendPhoneCode(ServiceCall call, ResendPhoneCodeRequest request) Future<ResendPhoneCodeResponse>
resendPhoneCode_Pre(ServiceCall call, Future<ResendPhoneCodeRequest> request) Future<ResendPhoneCodeResponse>
retrieveIdentityProviderIntent(ServiceCall call, RetrieveIdentityProviderIntentRequest request) Future<RetrieveIdentityProviderIntentResponse>
retrieveIdentityProviderIntent_Pre(ServiceCall call, Future<RetrieveIdentityProviderIntentRequest> request) Future<RetrieveIdentityProviderIntentResponse>
setEmail(ServiceCall call, SetEmailRequest request) Future<SetEmailResponse>
setEmail_Pre(ServiceCall call, Future<SetEmailRequest> request) Future<SetEmailResponse>
setPassword(ServiceCall call, SetPasswordRequest request) Future<SetPasswordResponse>
setPassword_Pre(ServiceCall call, Future<SetPasswordRequest> request) Future<SetPasswordResponse>
setPhone(ServiceCall call, SetPhoneRequest request) Future<SetPhoneResponse>
setPhone_Pre(ServiceCall call, Future<SetPhoneRequest> request) Future<SetPhoneResponse>
startIdentityProviderIntent(ServiceCall call, StartIdentityProviderIntentRequest request) Future<StartIdentityProviderIntentResponse>
startIdentityProviderIntent_Pre(ServiceCall call, Future<StartIdentityProviderIntentRequest> request) Future<StartIdentityProviderIntentResponse>
toString() String
A string representation of this object.
inherited
unlockUser(ServiceCall call, UnlockUserRequest request) Future<UnlockUserResponse>
unlockUser_Pre(ServiceCall call, Future<UnlockUserRequest> request) Future<UnlockUserResponse>
updateHumanUser(ServiceCall call, UpdateHumanUserRequest request) Future<UpdateHumanUserResponse>
updateHumanUser_Pre(ServiceCall call, Future<UpdateHumanUserRequest> request) Future<UpdateHumanUserResponse>
verifyEmail(ServiceCall call, VerifyEmailRequest request) Future<VerifyEmailResponse>
verifyEmail_Pre(ServiceCall call, Future<VerifyEmailRequest> request) Future<VerifyEmailResponse>
verifyPasskeyRegistration(ServiceCall call, VerifyPasskeyRegistrationRequest request) Future<VerifyPasskeyRegistrationResponse>
verifyPasskeyRegistration_Pre(ServiceCall call, Future<VerifyPasskeyRegistrationRequest> request) Future<VerifyPasskeyRegistrationResponse>
verifyPhone(ServiceCall call, VerifyPhoneRequest request) Future<VerifyPhoneResponse>
verifyPhone_Pre(ServiceCall call, Future<VerifyPhoneRequest> request) Future<VerifyPhoneResponse>
verifyTOTPRegistration(ServiceCall call, VerifyTOTPRegistrationRequest request) Future<VerifyTOTPRegistrationResponse>
verifyTOTPRegistration_Pre(ServiceCall call, Future<VerifyTOTPRegistrationRequest> request) Future<VerifyTOTPRegistrationResponse>
verifyU2FRegistration(ServiceCall call, VerifyU2FRegistrationRequest request) Future<VerifyU2FRegistrationResponse>
verifyU2FRegistration_Pre(ServiceCall call, Future<VerifyU2FRegistrationRequest> request) Future<VerifyU2FRegistrationResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited