updatePassword method

ResponseFuture<IdentifierResponse> updatePassword(
  1. UpdatePasswordReq request, {
  2. CallOptions? options,
})

Update user's password by another user (such as an administrator)

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> updatePassword(
  $1.UpdatePasswordReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updatePassword, request, options: options);
}