ZITADELUsersServiceBase class abstract

Annotations
  • @GrpcServiceName.new('zitadel.resources.user.v3alpha.ZITADELUsers')

Constructors

ZITADELUsersServiceBase()

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
activateUser(ServiceCall call, ActivateUserRequest request) Future<ActivateUserResponse>
activateUser_Pre(ServiceCall $call, Future<ActivateUserRequest> $request) Future<ActivateUserResponse>
addIDPAuthenticator(ServiceCall call, AddIDPAuthenticatorRequest request) Future<AddIDPAuthenticatorResponse>
addIDPAuthenticator_Pre(ServiceCall $call, Future<AddIDPAuthenticatorRequest> $request) Future<AddIDPAuthenticatorResponse>
addOTPEmailAuthenticator(ServiceCall call, AddOTPEmailAuthenticatorRequest request) Future<AddOTPEmailAuthenticatorResponse>
addOTPEmailAuthenticator_Pre(ServiceCall $call, Future<AddOTPEmailAuthenticatorRequest> $request) Future<AddOTPEmailAuthenticatorResponse>
addOTPSMSAuthenticator(ServiceCall call, AddOTPSMSAuthenticatorRequest request) Future<AddOTPSMSAuthenticatorResponse>
addOTPSMSAuthenticator_Pre(ServiceCall $call, Future<AddOTPSMSAuthenticatorRequest> $request) Future<AddOTPSMSAuthenticatorResponse>
addUsername(ServiceCall call, AddUsernameRequest request) Future<AddUsernameResponse>
addUsername_Pre(ServiceCall $call, Future<AddUsernameRequest> $request) Future<AddUsernameResponse>
createUser(ServiceCall call, CreateUserRequest request) Future<CreateUserResponse>
createUser_Pre(ServiceCall $call, Future<CreateUserRequest> $request) Future<CreateUserResponse>
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>
getIdentityProviderIntent(ServiceCall call, GetIdentityProviderIntentRequest request) Future<GetIdentityProviderIntentResponse>
getIdentityProviderIntent_Pre(ServiceCall $call, Future<GetIdentityProviderIntentRequest> $request) Future<GetIdentityProviderIntentResponse>
getUser(ServiceCall call, GetUserRequest request) Future<GetUserResponse>
getUser_Pre(ServiceCall $call, Future<GetUserRequest> $request) Future<GetUserResponse>
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
patchUser(ServiceCall call, PatchUserRequest request) Future<PatchUserResponse>
patchUser_Pre(ServiceCall $call, Future<PatchUserRequest> $request) Future<PatchUserResponse>
removeIDPAuthenticator(ServiceCall call, RemoveIDPAuthenticatorRequest request) Future<RemoveIDPAuthenticatorResponse>
removeIDPAuthenticator_Pre(ServiceCall $call, Future<RemoveIDPAuthenticatorRequest> $request) Future<RemoveIDPAuthenticatorResponse>
removeOTPEmailAuthenticator(ServiceCall call, RemoveOTPEmailAuthenticatorRequest request) Future<RemoveOTPEmailAuthenticatorResponse>
removeOTPEmailAuthenticator_Pre(ServiceCall $call, Future<RemoveOTPEmailAuthenticatorRequest> $request) Future<RemoveOTPEmailAuthenticatorResponse>
removeOTPSMSAuthenticator(ServiceCall call, RemoveOTPSMSAuthenticatorRequest request) Future<RemoveOTPSMSAuthenticatorResponse>
removeOTPSMSAuthenticator_Pre(ServiceCall $call, Future<RemoveOTPSMSAuthenticatorRequest> $request) Future<RemoveOTPSMSAuthenticatorResponse>
removeTOTPAuthenticator(ServiceCall call, RemoveTOTPAuthenticatorRequest request) Future<RemoveTOTPAuthenticatorResponse>
removeTOTPAuthenticator_Pre(ServiceCall $call, Future<RemoveTOTPAuthenticatorRequest> $request) Future<RemoveTOTPAuthenticatorResponse>
removeUsername(ServiceCall call, RemoveUsernameRequest request) Future<RemoveUsernameResponse>
removeUsername_Pre(ServiceCall $call, Future<RemoveUsernameRequest> $request) Future<RemoveUsernameResponse>
removeWebAuthNAuthenticator(ServiceCall call, RemoveWebAuthNAuthenticatorRequest request) Future<RemoveWebAuthNAuthenticatorResponse>
removeWebAuthNAuthenticator_Pre(ServiceCall $call, Future<RemoveWebAuthNAuthenticatorRequest> $request) Future<RemoveWebAuthNAuthenticatorResponse>
requestPasswordReset(ServiceCall call, RequestPasswordResetRequest request) Future<RequestPasswordResetResponse>
requestPasswordReset_Pre(ServiceCall $call, Future<RequestPasswordResetRequest> $request) Future<RequestPasswordResetResponse>
resendContactEmailCode(ServiceCall call, ResendContactEmailCodeRequest request) Future<ResendContactEmailCodeResponse>
resendContactEmailCode_Pre(ServiceCall $call, Future<ResendContactEmailCodeRequest> $request) Future<ResendContactEmailCodeResponse>
resendContactPhoneCode(ServiceCall call, ResendContactPhoneCodeRequest request) Future<ResendContactPhoneCodeResponse>
resendContactPhoneCode_Pre(ServiceCall $call, Future<ResendContactPhoneCodeRequest> $request) Future<ResendContactPhoneCodeResponse>
searchUsers(ServiceCall call, SearchUsersRequest request) Future<SearchUsersResponse>
searchUsers_Pre(ServiceCall $call, Future<SearchUsersRequest> $request) Future<SearchUsersResponse>
setContactEmail(ServiceCall call, SetContactEmailRequest request) Future<SetContactEmailResponse>
setContactEmail_Pre(ServiceCall $call, Future<SetContactEmailRequest> $request) Future<SetContactEmailResponse>
setContactPhone(ServiceCall call, SetContactPhoneRequest request) Future<SetContactPhoneResponse>
setContactPhone_Pre(ServiceCall $call, Future<SetContactPhoneRequest> $request) Future<SetContactPhoneResponse>
setPassword(ServiceCall call, SetPasswordRequest request) Future<SetPasswordResponse>
setPassword_Pre(ServiceCall $call, Future<SetPasswordRequest> $request) Future<SetPasswordResponse>
startIdentityProviderIntent(ServiceCall call, StartIdentityProviderIntentRequest request) Future<StartIdentityProviderIntentResponse>
startIdentityProviderIntent_Pre(ServiceCall $call, Future<StartIdentityProviderIntentRequest> $request) Future<StartIdentityProviderIntentResponse>
startTOTPRegistration(ServiceCall call, StartTOTPRegistrationRequest request) Future<StartTOTPRegistrationResponse>
startTOTPRegistration_Pre(ServiceCall $call, Future<StartTOTPRegistrationRequest> $request) Future<StartTOTPRegistrationResponse>
startWebAuthNRegistration(ServiceCall call, StartWebAuthNRegistrationRequest request) Future<StartWebAuthNRegistrationResponse>
startWebAuthNRegistration_Pre(ServiceCall $call, Future<StartWebAuthNRegistrationRequest> $request) Future<StartWebAuthNRegistrationResponse>
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>
verifyContactEmail(ServiceCall call, VerifyContactEmailRequest request) Future<VerifyContactEmailResponse>
verifyContactEmail_Pre(ServiceCall $call, Future<VerifyContactEmailRequest> $request) Future<VerifyContactEmailResponse>
verifyContactPhone(ServiceCall call, VerifyContactPhoneRequest request) Future<VerifyContactPhoneResponse>
verifyContactPhone_Pre(ServiceCall $call, Future<VerifyContactPhoneRequest> $request) Future<VerifyContactPhoneResponse>
verifyOTPEmailRegistration(ServiceCall call, VerifyOTPEmailRegistrationRequest request) Future<VerifyOTPEmailRegistrationResponse>
verifyOTPEmailRegistration_Pre(ServiceCall $call, Future<VerifyOTPEmailRegistrationRequest> $request) Future<VerifyOTPEmailRegistrationResponse>
verifyOTPSMSRegistration(ServiceCall call, VerifyOTPSMSRegistrationRequest request) Future<VerifyOTPSMSRegistrationResponse>
verifyOTPSMSRegistration_Pre(ServiceCall $call, Future<VerifyOTPSMSRegistrationRequest> $request) Future<VerifyOTPSMSRegistrationResponse>
verifyTOTPRegistration(ServiceCall call, VerifyTOTPRegistrationRequest request) Future<VerifyTOTPRegistrationResponse>
verifyTOTPRegistration_Pre(ServiceCall $call, Future<VerifyTOTPRegistrationRequest> $request) Future<VerifyTOTPRegistrationResponse>
verifyWebAuthNRegistration(ServiceCall call, VerifyWebAuthNRegistrationRequest request) Future<VerifyWebAuthNRegistrationResponse>
verifyWebAuthNRegistration_Pre(ServiceCall $call, Future<VerifyWebAuthNRegistrationRequest> $request) Future<VerifyWebAuthNRegistrationResponse>

Operators

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