UserServiceBase class abstract

Annotations
  • @GrpcServiceName('zitadel.user.v3alpha.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
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>
getUserByID(ServiceCall call, GetUserByIDRequest request) Future<GetUserByIDResponse>
getUserByID_Pre(ServiceCall call, Future<GetUserByIDRequest> request) Future<GetUserByIDResponse>
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
reactivateUser(ServiceCall call, ReactivateUserRequest request) Future<ReactivateUserResponse>
reactivateUser_Pre(ServiceCall call, Future<ReactivateUserRequest> request) Future<ReactivateUserResponse>
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>
retrieveIdentityProviderIntent(ServiceCall call, RetrieveIdentityProviderIntentRequest request) Future<RetrieveIdentityProviderIntentResponse>
retrieveIdentityProviderIntent_Pre(ServiceCall call, Future<RetrieveIdentityProviderIntentRequest> request) Future<RetrieveIdentityProviderIntentResponse>
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>
updateUser(ServiceCall call, UpdateUserRequest request) Future<UpdateUserResponse>
updateUser_Pre(ServiceCall call, Future<UpdateUserRequest> request) Future<UpdateUserResponse>
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